Skip to content

Commit

Permalink
Undeprecated, the writer needs it still.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Apr 14, 2024
1 parent 119ad69 commit a547710
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/main/java/com/sshtools/jini/INIReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public enum MultiValueMode {
/**
* Multiple values are expressed as value keys repeating in the content.
*/
@Deprecated
REPEATED_KEY,
/**
* Multiple values are not allowed at all, a value will always be treated
Expand Down
1 change: 1 addition & 0 deletions lib/src/test/java/com/sshtools/jini/INIWriterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public void testMultiValueModeRepeatedKey() throws Exception {
"Key1 = Val4\n");

var wrtr = new INIWriter.Builder().
withMultiValueMode(MultiValueMode.REPEATED_KEY).
build();

assertEquals(
Expand Down

0 comments on commit a547710

Please sign in to comment.