Skip to content

Commit d06d086

Browse files
authored
Merge pull request #23 from JCEmmons/notes_feature
Fix Javadoc reference in POTResource
2 parents 169977e + b6411cd commit d06d086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public void write(OutputStream outStream, String language, Bundle bundle) throws
120120

121121
/**
122122
* Note:
123-
* {@link POTResource#merge(InputStream, OutputStream, String, Collection)}
123+
* {@link POTResource#merge(InputStream, OutputStream, String, Bundle)}
124124
* does not support plural forms in PO/POT files, they will be left as-is.
125125
*/
126126
@Override

0 commit comments

Comments
 (0)