We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489669d commit 49c601bCopy full SHA for 49c601b
1 file changed
core/src/main/java/net/jbock/util/AtFileError.java
@@ -5,16 +5,9 @@
5
import java.nio.file.Path;
6
7
/**
8
- * An instance of this class represents failure of {@code @file} expansion.
+ * An instance of this class represents failure of {@code @-file} expansion.
9
* This is an intermediate step in the construction of an
10
* {@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>
18
*/
19
public abstract class AtFileError {
20
0 commit comments