We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ad656 commit a7dcee9Copy full SHA for a7dcee9
datastore/src/test/java/io/spine/server/storage/datastore/given/DsProjectionColumnsTestEnv.java
@@ -160,7 +160,7 @@ public static final class CustomMapping extends DsColumnMapping {
160
return ImmutableMap.of(Timestamp.class, ofNullableTimestamp());
161
}
162
163
- @SuppressWarnings("UnnecessaryLambda")
+ @SuppressWarnings("UnnecessaryLambda" /* For brevity */)
164
private static ColumnTypeMapping<Timestamp, Value<?>> ofNullableTimestamp() {
165
return timestamp -> {
166
if (timestamp.equals(Timestamp.getDefaultInstance())) {
0 commit comments