Skip to content

Commit e7815fa

Browse files
committed
Remove duplicate blank lines
1 parent 105370a commit e7815fa

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/java/org/scijava/log/StderrLogService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
import org.scijava.service.AbstractService;
4141
import org.scijava.service.Service;
4242

43-
4443
/**
4544
* Implementation of {@link LogService} using the standard error stream.
4645
*

src/main/java/org/scijava/plugin/Parameter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
import org.scijava.ItemIO;
4646
import org.scijava.ItemVisibility;
4747

48-
4948
/**
5049
* An annotation for indicating a field is an input or output parameter. This
5150
* annotation is a useful way for plugins to declare their inputs and outputs

src/main/java/org/scijava/plugin/PluginFinder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838
import java.util.List;
3939

40-
4140
/**
4241
* Interface for mechanisms that define how SciJava plugins are discovered.
4342
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
import java.util.regex.Matcher;
4242
import java.util.regex.Pattern;
4343

44-
4544
/**
4645
* Useful methods for obtaining details of the SciJava application environment.
4746
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
import java.util.ArrayList;
4545
import java.util.List;
4646

47-
4847
/**
4948
* Useful methods for working with {@link Class} objects and primitive types.
5049
*

0 commit comments

Comments
 (0)