Skip to content
GitLab
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
Partition
Commits
82911d9e
Commit
82911d9e
authored
May 18, 2021
by
Mingyang Zhu
Browse files
remove the java doc
parent
c4570157
Changes
1
Hide whitespace changes
Inline
Side-by-side
partition-core/src/main/java/org/opengroup/osdu/partition/service/DefaultHealthCheckImpl.java
0 → 100644
View file @
82911d9e
package
org.opengroup.osdu.partition.service
;
import
org.opengroup.osdu.partition.provider.interfaces.IHealthCheckService
;
import
org.springframework.stereotype.Service
;
@Service
public
class
DefaultHealthCheckImpl
implements
IHealthCheckService
{
@Override
public
void
performLivenessCheck
()
{
}
@Override
public
void
performReadinessCheck
()
{
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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