Skip to content

Commit 32d222e

Browse files
committed
Correct javadoc comment
1 parent a611cf8 commit 32d222e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-loader/core/src/test/java/com/scalar/db/dataloader/core/util/ColumnUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ void createColumnFromValue_valueIsNullString_shouldRemainLiteralForTextType()
311311
}
312312

313313
/**
314-
* Tests that when the string value custom null value "/n" is provided for TEXT columns, it is
314+
* Tests that when the string value has custom null value "/N" is provided for TEXT columns, it is
315315
* treated as an actual null value
316316
*/
317317
@Test

0 commit comments

Comments
 (0)