Skip to content

Commit f2d128f

Browse files
committed
Fix javadoc errors
1 parent 37e8b3c commit f2d128f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/main/java/org/scijava/module/process/AbstractSingleInputPreprocessor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838

3939
/**
4040
* Abstract superclass for {@link PreprocessorPlugin} implementations that
41-
* populate singleton inputs (e.g. it is common to have modules that operate on
42-
* a single {@link Dataset}). Contains helper methods to facilitate this
41+
* populate singleton inputs. Contains helper methods to facilitate this
4342
* functionality.
4443
*
4544
* @author Mark Hiner

src/main/java/org/scijava/script/History.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void read() {
7575
/**
7676
* Persist the history.
7777
*
78-
* @see {@link Prefs}
78+
* @see PrefService
7979
*/
8080
public void write() {
8181
prefs.putIterable(getClass(), entries, PREFIX + name);

src/main/java/org/scijava/util/ClassUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public static <A extends Annotation> void getAnnotatedFields(
411411

412412
/**
413413
* This method scans the provided class, its superclasses and interfaces for
414-
* all supported {@code {@link Annotation} : {@link AnnotatedObject} pairs.
414+
* all supported {@link Annotation} : {@link AnnotatedObject} pairs.
415415
* These are then cached to remove the need for future queries.
416416
* <p>
417417
* By combining multiple {@code Annotation : AnnotatedObject} pairs in one

0 commit comments

Comments
 (0)