Skip to content

Commit

Permalink
ImageMetadata: removed git merge conflict text
Browse files Browse the repository at this point in the history
Apparently there was an unresolved merge conflict that was allowed to
exist without raising compilation flags due to being in the comment
block of a method.

Fixed.
  • Loading branch information
hinerm committed Dec 26, 2013
1 parent 6c6d471 commit 8681733
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scifio/src/main/java/io/scif/ImageMetadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -387,13 +387,8 @@ public interface ImageMetadata extends HasMetaTable {
void addAxis(final CalibratedAxis axis, final long value);

/**
<<<<<<< HEAD
* As {@link #addAxis(CalibratedAxis, long)} using a default
* {@link CalibratedAxis} created by {@link FormatTools#createAxis(AxisType)}.
=======
* As {@link #addAxis(CalibratedAxis, long)} using the default calibration
* value, per {@link FormatTools#createAxis(AxisType)}.
>>>>>>> 92cbcd9... Remoed Javadoc warnings
*/
void addAxis(final AxisType axisType, final long value);

Expand Down

0 comments on commit 8681733

Please sign in to comment.