Changeset 26509 in osm for applications/editors/josm/plugins/surveyor/src/org
- Timestamp:
- 2011-08-11T00:45:56+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/org/dinopolis/util/io/Tokenizer.java
r13497 r26509 547 547 * Closes the tokenizer (and the reader is uses internally). 548 548 * 549 * @exception IOException if an error occured. 549 * @exception IOException if an error occurred. 550 550 */ 551 551 public void close() … … 563 563 * 564 564 * @return the next character. 565 * @exception IOException if an error occured. 565 * @exception IOException if an error occurred. 566 566 */ 567 567 protected int readNextChar() … … 610 610 * 611 611 * @return the next token. 612 * @exception IOException if an error occured. 612 * @exception IOException if an error occurred. 613 613 */ 614 614 public int nextToken() … … 694 694 * 695 695 * @return true, if the tokenizer can return another line. 696 * @exception IOException if an error occured. 696 * @exception IOException if an error occurred. 697 697 */ 698 698 public boolean hasNextLine() … … 724 724 * @return a list of elements (Strings) from the next line of the 725 725 * tokenizer. 726 * @exception IOException if an error occured. 726 * @exception IOException if an error occurred. 727 727 */ 728 728 public List<String> nextLine()
Note:
See TracChangeset
for help on using the changeset viewer.