Fix out of date javadoc for ApfV6Generator

Test: TH
Change-Id: I5aa4d7be2b7e0bb8737173f0685edc0ac555120b
diff --git a/src/android/net/apf/ApfV6Generator.java b/src/android/net/apf/ApfV6Generator.java
index 709ffc3..ff7c5e1 100644
--- a/src/android/net/apf/ApfV6Generator.java
+++ b/src/android/net/apf/ApfV6Generator.java
@@ -35,9 +35,7 @@
     }
 
     /**
-     * Creates an ApfV6Generator instance which is able to emit instructions for the specified
-     * {@code version} of the APF interpreter. Throws {@code IllegalInstructionException} if
-     * the requested version is unsupported.
+     * Creates an ApfV6Generator instance which is able to emit instructions for APFv6.
      */
     @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
     public ApfV6Generator() throws IllegalInstructionException {
@@ -46,9 +44,7 @@
     }
 
     /**
-     * Creates an ApfV6Generator instance which is able to emit instructions for the specified
-     * {@code version} of the APF interpreter. Throws {@code IllegalInstructionException} if
-     * the requested version is unsupported.
+     * Creates an ApfV6Generator instance which is able to emit instructions APFv6.
      * Initializes the data region with {@code bytes}.
      */
     @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)