Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
ls.ext
Commits
0d13985b
Commit
0d13985b
authored
Sep 27, 2018
by
Petter Goksøyr Åsen
Browse files
services: linting
parent
21f81266
Changes
3
Hide whitespace changes
Inline
Side-by-side
redef/services/src/main/java/no/deichman/services/entity/repository/SPARQLQueryBuilder.java
View file @
0d13985b
...
...
@@ -7,7 +7,6 @@ import no.deichman.services.rdf.RDFModelUtil;
import
no.deichman.services.uridefaults.BaseURI
;
import
no.deichman.services.uridefaults.XURI
;
import
org.apache.commons.io.output.ByteArrayOutputStream
;
import
org.apache.commons.lang3.StringUtils
;
import
org.apache.jena.query.Query
;
import
org.apache.jena.query.QueryFactory
;
import
org.apache.jena.rdf.model.Model
;
...
...
redef/services/src/main/java/no/deichman/services/search/SearchResource.java
View file @
0d13985b
package
no.deichman.services.search
;
import
no.deichman.services.entity.ResourceBase
;
import
no.deichman.services.uridefaults.XURI
;
import
org.glassfish.hk2.api.Immediate
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
javax.servlet.ServletConfig
;
import
javax.ws.rs.BadRequestException
;
import
javax.ws.rs.Consumes
;
import
javax.ws.rs.DefaultValue
;
import
javax.ws.rs.FormParam
;
import
javax.ws.rs.GET
;
import
javax.ws.rs.POST
;
import
javax.ws.rs.Path
;
import
javax.ws.rs.PathParam
;
import
javax.ws.rs.Produces
;
import
javax.ws.rs.QueryParam
;
import
javax.ws.rs.core.Context
;
import
javax.ws.rs.core.MediaType
;
import
javax.ws.rs.core.MultivaluedMap
;
import
javax.ws.rs.core.Response
;
import
javax.ws.rs.core.UriInfo
;
import
javax.ws.rs.*
;
import
javax.ws.rs.core.*
;
import
static
no
.
deichman
.
services
.
entity
.
EntityType
.
ALL_TYPES_PATTERN
;
import
static
org
.
apache
.
commons
.
lang3
.
StringUtils
.
isBlank
;
...
...
redef/services/src/test/java/no/deichman/services/entity/repository/SPARQLQueryBuilderTest.java
View file @
0d13985b
...
...
@@ -4,7 +4,6 @@ import no.deichman.services.entity.patch.Patch;
import
no.deichman.services.rdf.RDFModelUtil
;
import
no.deichman.services.uridefaults.BaseURI
;
import
no.deichman.services.uridefaults.XURI
;
import
org.apache.commons.lang3.StringUtils
;
import
org.apache.jena.query.Query
;
import
org.apache.jena.query.QueryFactory
;
import
org.apache.jena.rdf.model.Model
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment