Skip to content

Commit 9d6c8e5

Browse files
committed
Fixed
1 parent 3fa2ff9 commit 9d6c8e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Original 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

44
Copyright (C) 2014-2015 Stichting Mapcode Foundation (http://www.mapcode.com)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -25,7 +25,7 @@
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>

src/main/java/com/mapcode/example/Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)