--- old/src/java.compiler/share/classes/javax/lang/model/util/ElementFilter.java 2017-01-31 00:24:34.658851958 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/ElementFilter.java 2017-01-31 00:24:34.558851955 -0800 @@ -55,15 +55,6 @@ * arguments to methods in this class, a {@code NullPointerException} * will be thrown. * - *

Note that a static import statement can make the text of - * calls to the methods in this class more concise; for example: - * - *

- *     import static javax.lang.model.util.ElementFilter.*;
- *     ...
- *         {@code List} fs = fieldsIn(someClass.getEnclosedElements());
- * 
- * * @author Joseph D. Darcy * @author Scott Seligman * @author Peter von der Ahé