Skip to content

Commit ba976f0

Browse files
committed
v6.5.9
1 parent b839da2 commit ba976f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bus-setting/src/main/java/org/aoju/bus/setting/magic/AbstractSetting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public Object value(final String key, final Type valueType) {
161161
public boolean containsKey(final String key) {
162162
return null != getObjectByGroup(key, group);
163163
}
164-
}, CopyOptions.create());
164+
}, CopyOptions.of());
165165
}
166166

167167
/**

0 commit comments

Comments
 (0)