Skip to content

Commit

Permalink
fits: minor javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor committed Jul 11, 2019
1 parent 66b6ab9 commit 767e8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fits/src/main/uk/ac/starlink/fits/AbstractArrayDataIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public String readUTF() throws IOException {
/**
* Not implemented - this method is deprecated in any case.
*
* @throws UnsupportedOperationException
* @throws UnsupportedOperationException always
* @deprecated see {@link java.io.DataInputStream#readLine}
*/
public String readLine() throws IOException {
Expand Down

0 comments on commit 767e8bb

Please sign in to comment.