We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f25d9 commit fbbb58eCopy full SHA for fbbb58e
1 file changed
gp-res-filter/src/main/java/com/ibm/g11n/pipeline/resfilter/IOSStringsResource.java
@@ -69,7 +69,7 @@ public Bundle parse(InputStream in) throws IOException {
69
notes.add(comment);
70
if (!commentEndProcessed) {
71
line = reader.readLine();
72
- comment = line;
+ comment = line.trim();
73
}
74
75
} else if (commentIsGlobal && line.isEmpty()) {
0 commit comments