Skip to content

Commit fbbb58e

Browse files
authored
trim 2nd or later comment lines
1 parent 85f25d9 commit fbbb58e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public Bundle parse(InputStream in) throws IOException {
6969
notes.add(comment);
7070
if (!commentEndProcessed) {
7171
line = reader.readLine();
72-
comment = line;
72+
comment = line.trim();
7373
}
7474
}
7575
} else if (commentIsGlobal && line.isEmpty()) {

0 commit comments

Comments
 (0)