< prev index next >

src/java.base/share/classes/java/lang/FunctionalInterface.java

Print this page

        

@@ -55,11 +55,11 @@
  * <p>However, the compiler will treat any interface meeting the
  * definition of a functional interface as a functional interface
  * regardless of whether or not a {@code FunctionalInterface}
  * annotation is present on the interface declaration.
  *
- * @jls 4.3.2. The Class Object
+ * @jls 4.3.2 The Class Object
  * @jls 9.8 Functional Interfaces
  * @jls 9.4.3 Interface Method Body
  * @jls 9.6.4.9 @FunctionalInterface
  * @since 1.8
  */
< prev index next >