Skip to content

Commit ed9eab6

Browse files
committed
Move the long name of warning to the next line.
1 parent a7dcee9 commit ed9eab6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datastore/src/main/java/io/spine/server/storage/datastore/DsColumnMapping.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ protected ColumnTypeMapping<Message, StringValue> ofMessage() {
169169
/**
170170
* Returns the default mapping from {@link Timestamp} to {@link TimestampValue}.
171171
*/
172-
@SuppressWarnings({"ProtoTimestampGetSecondsGetNano" /* In order to create exact value. */,
172+
@SuppressWarnings({
173+
"ProtoTimestampGetSecondsGetNano" /* In order to create exact value. */,
173174
"UnnecessaryLambda" /* For brevity.*/,
174175
"WeakerAccess" /* To allow access for SPI users. */})
175176
protected static ColumnTypeMapping<Timestamp, TimestampValue> ofTimestamp() {

0 commit comments

Comments
 (0)