Skip to content

Commit 49c601b

Browse files
committed
javadoc
1 parent 489669d commit 49c601b

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

core/src/main/java/net/jbock/util/AtFileError.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@
55
import java.nio.file.Path;
66

77
/**
8-
* An instance of this class represents failure of {@code @file} expansion.
8+
* An instance of this class represents failure of {@code @-file} expansion.
99
* This is an intermediate step in the construction of an
1010
* {@link ErrAtFile} instance.
11-
*
12-
* <p>There are a fixed number of subclasses:
13-
*
14-
* <ul>
15-
* <li>{@link AtFileSyntaxError}
16-
* <li>{@link AtFileReadError}
17-
* </ul>
1811
*/
1912
public abstract class AtFileError {
2013

0 commit comments

Comments
 (0)