Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 06ddf37

Browse files
committed
minor ApiDoc fix
1 parent 57751bb commit 06ddf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beam-core/src/main/java/org/esa/beam/framework/dataio/ProductReaderPlugIn.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* The <code>ProductReaderPlugIn</code> interface is implemented by data product reader plug-ins.
2020
* <p/>
21-
* <p>XMLDecoder plug-ins are used to provide meta-information about a particular data format and to create instances of
21+
* <p>ProductReaderPlugIn plug-ins are used to provide meta-information about a particular data format and to create instances of
2222
* the actual reader objects.
2323
* <p/>
2424
* <p> A plug-in can register itself in the <code>ProductIO</code> plug-in registry or it is automatically found during

0 commit comments

Comments
 (0)