Skip to content

Commit b45b397

Browse files
committed
Revert "Move to factory setup."
This reverts commit 377bbbf.
1 parent 314f095 commit b45b397

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ protected void setFactories() {
122122
this.setDefault("factory.quicklook.class", QuartzQuickLook.class.getName());
123123
this.setDefault("factory.hardwareaddress.class", IOKitHardwareAddress.class.getName());
124124
this.setDefault("factory.pasteboardservice.class", WorkspacePasteboardService.class.getName());
125+
}
126+
127+
@Override
128+
protected void setDefaults() {
129+
super.setDefaults();
125130

126131
if(null == this.getDefault("SUExpectsDSASignature")) {
127132
this.setDefault("factory.licensefactory.class", ReceiptFactory.class.getName());

0 commit comments

Comments
 (0)