Skip to content

Commit 96dd0ea

Browse files
authored
Javadoc: Sentence should end in a period
1 parent 810346c commit 96dd0ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/apache/commons/imaging/formats/tiff/constants/GpsTagConstants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ public final class GpsTagConstants {
149149
public static final int GPS_TAG_GPS_DIFFERENTIAL_VALUE_DIFFERENTIAL_CORRECTED = 1;
150150

151151
/**
152-
* Horizontal positioning errors in meters
152+
* Horizontal positioning errors in meters.
153+
*
153154
* @since 1.0.0-alpha6
154155
*/
155156
public static final TagInfoRational GPS_TAG_GPS_HOR_POSITIONING_ERROR = new TagInfoRational("GPSHPositioningError", 0x001f,

0 commit comments

Comments
 (0)