Skip to content

Commit 0ea21e1

Browse files
committed
release 9.1.5
Signed-off-by: neo <[email protected]>
1 parent 28253b7 commit 0ea21e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-ng-mongo/src/main/java/core/framework/mongo/impl/EntityCodecs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private <T> void register(Class<T> entityClass, EntityIdHandler<T> idHandler) {
4545
throw new Error("entity or view class is registered, entityClass=" + entityClass.getCanonicalName());
4646
}
4747

48-
@SuppressWarnings({"unchecked", "rawtypes"})
48+
@SuppressWarnings({"unchecked", "rawtypes", "PMD.UseDiamondOperator"})
4949
CodecRegistry codecRegistry() {
5050
List<Codec<?>> codecs = new ArrayList<>(this.codecs.values());
5151
codecs.add(new LocalDateTimeCodec());

0 commit comments

Comments
 (0)