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
Lib
cloud
azure
OS Core Lib Azure
Commits
ff3fa178
Commit
ff3fa178
authored
Jul 13, 2020
by
harshit aggarwal
Browse files
Making CosmosStore non final for easy mocking while testing
parent
68207884
Pipeline
#3760
passed with stages
in 4 minutes and 6 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/opengroup/osdu/azure/CosmosStore.java
View file @
ff3fa178
...
...
@@ -75,7 +75,7 @@ import java.util.logging.Logger;
@Component
@Lazy
public
final
class
CosmosStore
{
public
class
CosmosStore
{
private
static
final
Logger
LOGGER
=
Logger
.
getLogger
(
CosmosStore
.
class
.
getName
());
...
...
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