Skip to content

Commit 377bbbf

Browse files
committed
Move to factory setup.
1 parent 8c478f6 commit 377bbbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/dylib/src/main/java/ch/cyberduck/core/preferences/ApplicationPreferences.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,7 @@ protected void setFactories() {
123123
this.setDefault("factory.quicklook.class", QuartzQuickLook.class.getName());
124124
this.setDefault("factory.hardwareaddress.class", IOKitHardwareAddress.class.getName());
125125
this.setDefault("factory.pasteboardservice.class", WorkspacePasteboardService.class.getName());
126-
}
127126

128-
@Override
129-
protected void setDefaults() {
130-
super.setDefaults();
131127
if(null != NSBundle.mainBundle().appStoreReceiptURL()) {
132128
if(null != NSBundle.mainBundle().appStoreReceiptURL().fileReferenceURL()) {
133129
this.setDefault("factory.licensefactory.class", ReceiptFactory.class.getName());

0 commit comments

Comments
 (0)