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
System
Schema
Commits
6ca0b9db
Commit
6ca0b9db
authored
Aug 11, 2021
by
Aman Verma
Browse files
removing partitionId parameter from system* method
parent
7da6498c
Pipeline
#59701
failed with stages
in 1 minute and 40 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
schema-core/src/main/java/org/opengroup/osdu/schema/provider/interfaces/schemastore/ISchemaStore.java
View file @
6ca0b9db
...
...
@@ -14,7 +14,7 @@ public interface ISchemaStore {
String
getSchema
(
String
dataPartitionId
,
String
filePath
)
throws
NotFoundException
,
ApplicationException
;
default
String
getSystemSchema
(
String
dataPartitionId
,
String
filePath
)
throws
NotFoundException
,
ApplicationException
{
default
String
getSystemSchema
(
String
filePath
)
throws
NotFoundException
,
ApplicationException
{
throw
new
NotImplementedException
();
}
...
...
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