File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/mapcode/example Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Original C library created by Pieter Geelen. Work on Java version
2- of the Mapcode library by Rijn Buve (original port by ) Matthew Lowden).
2+ of the Mapcode library by Rijn Buve (original port by Matthew Lowden).
33
44Copyright (C) 2014-2015 Stichting Mapcode Foundation (http://www.mapcode.com)
Original file line number Diff line number Diff line change 66 <groupId >com.mapcode</groupId >
77 <artifactId >mapcode-example</artifactId >
88 <packaging >jar</packaging >
9- <version >1.50.0.0</version >
9+ <version >1.50.0.0-alpha1 </version >
1010
1111 <name >Mapcode Java Example</name >
1212 <description >
2525 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2626 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2727
28- <mapcode .version>1.50.0</mapcode .version>
28+ <mapcode .version>1.50.0-SNAPSHOT </mapcode .version>
2929 <log4j .version>1.2.17</log4j .version>
3030 <slf4j .version>1.7.12</slf4j .version>
3131 </properties >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ private static void exampleDecode() throws UnknownTerritoryException {
9191 }
9292
9393 /**
94- * The fourht example tries to decode a valid international Mapcode without a territory context.
94+ * The fourth example tries to decode a valid international Mapcode without a territory context.
9595 * This will succeed.
9696 */
9797 final String mapcode4 = "PQ0PF.5M1H" ;
You can’t perform that action at this time.
0 commit comments