Skip to content

Commit adf9248

Browse files
author
Yoshito Umaoka
committed
Fixed a java proper parser issue
Fixed a java property parser issue caused a test failure.
1 parent 13032c0 commit adf9248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • gp-res-filter/src/main/java/com/ibm/g11n/pipeline/resfilter

gp-res-filter/src/main/java/com/ibm/g11n/pipeline/resfilter/Bundle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void addNote(String note) {
5959

6060
public void addNotes(List<String> inputNotes) {
6161
for (String note : inputNotes) {
62-
notes.add(note);
62+
addNote(note);
6363
}
6464
}
6565

0 commit comments

Comments
 (0)