Skip to content

Commit a7dcee9

Browse files
committed
Comment on the warning suppression.
1 parent 91ad656 commit a7dcee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/src/test/java/io/spine/server/storage/datastore/given/DsProjectionColumnsTestEnv.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static final class CustomMapping extends DsColumnMapping {
160160
return ImmutableMap.of(Timestamp.class, ofNullableTimestamp());
161161
}
162162

163-
@SuppressWarnings("UnnecessaryLambda")
163+
@SuppressWarnings("UnnecessaryLambda" /* For brevity */)
164164
private static ColumnTypeMapping<Timestamp, Value<?>> ofNullableTimestamp() {
165165
return timestamp -> {
166166
if (timestamp.equals(Timestamp.getDefaultInstance())) {

0 commit comments

Comments
 (0)