Skip to content

Commit 65c5b3b

Browse files
committed
fixed typo
1 parent 6c31db5 commit 65c5b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/dspace/ctask/replicate/store/DuraCloudObjectStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected void setContentStore(final ContentStore contentStore) {
6262
public void init() throws IOException {
6363
final ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();
6464

65-
// locate & login to Duracloud store
65+
// locate & login to DuraCloud store
6666
ContentStoreManager storeManager =
6767
new ContentStoreManagerImpl(configurationService.getProperty("duracloud.host"),
6868
configurationService.getProperty("duracloud.port"),

0 commit comments

Comments
 (0)