Skip to content

Commit

Permalink
Fix typo in depends-on attribute for azure blob store
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed Aug 9, 2024
1 parent f763e2a commit 30b09ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Bean configuration file for the gwc-azure-blob module
</description>

<bean id="AzureBlobStoreConfigProvider" class="org.geowebcache.azure.AzureBlobStoreConfigProvider" depends-on="gwcSyncEnv">
<bean id="AzureBlobStoreConfigProvider" class="org.geowebcache.azure.AzureBlobStoreConfigProvider" depends-on="gwcSynchEnv" >
<description>
Contributes XStream configuration settings to org.geowebcache.config.XMLConfiguration to encode AzureBlobStoreInfo instances
</description>
Expand Down

0 comments on commit 30b09ec

Please sign in to comment.