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
1adfd570
Commit
1adfd570
authored
Aug 05, 2020
by
Aman Verma
Browse files
removign the @Lazy annotation from final class
parent
ea5724a2
Pipeline
#4879
passed with stages
in 8 minutes and 5 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
1adfd570
...
...
@@ -21,7 +21,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<packaging>
jar
</packaging>
<version>
0.0.1
4
</version>
<version>
0.0.1
5
</version>
<name>
core-lib-azure
</name>
<properties>
...
...
src/main/java/org/opengroup/osdu/azure/blobstorage/BlobContainerClientFactoryImpl.java
View file @
1adfd570
...
...
@@ -26,7 +26,6 @@ import org.springframework.stereotype.Component;
@Lazy
public
class
BlobContainerClientFactoryImpl
implements
IBlobContainerClientFactory
{
@Lazy
@Autowired
private
BlobContainerClient
blobContainerClient
;
...
...
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