@@ -78,7 +78,7 @@ private CheckSezpoz() {
7878 * @param checkJars whether to inspect .jar components of the CLASSPATH
7979 * @return false, when the annotation processor had to be run
8080 * @throws IOException
81- * @see {@link EclipseHelper}
81+ * @see EclipseHelper
8282 */
8383 @ Deprecated
8484 public static boolean check (final boolean checkJars ) throws IOException {
@@ -92,7 +92,7 @@ public static boolean check(final boolean checkJars) throws IOException {
9292 * @param file the CLASSPATH component (.jar file or directory)
9393 * @return false, when the annotation processor had to be run
9494 * @throws IOException
95- * @see {@link EclipseHelper}
95+ * @see EclipseHelper
9696 */
9797 @ Deprecated
9898 public static boolean check (final File file ) throws IOException {
@@ -107,7 +107,7 @@ public static boolean check(final File file) throws IOException {
107107 * @param classes the CLASSPATH component directory
108108 * @return false, when the annotation processor had to be run
109109 * @throws IOException
110- * @see {@link EclipseHelper}
110+ * @see EclipseHelper
111111 */
112112 @ Deprecated
113113 public static boolean checkDirectory (final File classes ) throws IOException {
@@ -127,7 +127,7 @@ public static boolean checkDirectory(final File classes) throws IOException {
127127 * @param source the <i>src/main/java/<i> directory where Maven expects the
128128 * <i>.java</i> files
129129 * @param youngerThan the date/time when we last checked
130- * @see {@link EclipseHelper}
130+ * @see EclipseHelper
131131 */
132132 @ Deprecated
133133 public static boolean checkDirectory (final File classes , final File source ,
@@ -144,7 +144,7 @@ public static boolean checkDirectory(final File classes, final File source,
144144 * </p>
145145 *
146146 * @param file the <i>.jar</i> file
147- * @see {@link EclipseHelper}
147+ * @see EclipseHelper
148148 */
149149 @ Deprecated
150150 public static void checkJar (final File file ) throws IOException {
@@ -158,7 +158,7 @@ public static void checkJar(final File file) throws IOException {
158158 * @param classes the output directory
159159 * @param sources the directory containing the source files
160160 * @return whether anything in {@code META-INF/annotations/*} changed
161- * @see {@link EclipseHelper}
161+ * @see EclipseHelper
162162 */
163163 @ Deprecated
164164 public static boolean fix (final File classes , final File sources ) {
0 commit comments