changeset 44179 | 4fa9641810db |
parent 44062 | 9a579f258574 |
child 44809 | 931f88b3014d |
--- a/langtools/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java Mon Mar 06 15:44:37 2017 -0800 +++ b/langtools/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java Tue Mar 07 08:43:29 2017 -0800 @@ -251,7 +251,7 @@ * @param p a visitor-specified parameter * @return a visitor-specified result * @throws UnknownDirectiveException a visitor implementation may optionally throw this exception - * @implSpec This implementation throws {@code UnknownDirectiveException}. + * @implSpec This implementation throws {@code new UnknownDirectiveException(d, p)}. */ default R visitUnknown(Directive d, P p) { throw new UnknownDirectiveException(d, p);