Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
0a779c80
Commit
0a779c80
authored
Jan 26, 2021
by
harshit aggarwal
Browse files
removing unused imports
parent
07db346b
Pipeline
#23573
failed with stages
in 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
wks-core/src/main/java/org/opengroup/osdu/wks/service/StorageServiceImpl.java
View file @
0a779c80
...
...
@@ -20,7 +20,6 @@ import org.slf4j.LoggerFactory;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.http.HttpMethod
;
import
org.springframework.stereotype.Service
;
import
org.springframework.web.client.RestTemplate
;
@Service
public
class
StorageServiceImpl
implements
StorageService
{
...
...
wks-core/src/test/java/org/opengroup/osdu/wks/service/SchemaServiceTest.java
View file @
0a779c80
package
org.opengroup.osdu.wks.service
;
import
lombok.extern.java.Log
;
import
org.apache.http.HttpStatus
;
import
org.junit.jupiter.api.BeforeEach
;
import
org.junit.jupiter.api.Test
;
...
...
Write
Preview
Supports
Markdown
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