Skip to content

Commit 3f16a8d

Browse files
committed
Merge pull request #45 from zongweil/finalClass
Make Java OpenLocationCode class final.
2 parents dafb737 + 0eec00f commit 3f16a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/com/google/openlocationcode/OpenLocationCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @author Jiri Semecky
1313
*/
14-
public class OpenLocationCode {
14+
public final class OpenLocationCode {
1515

1616
private static final BigDecimal BD_0 = new BigDecimal(0);
1717
private static final BigDecimal BD_5 = new BigDecimal(5);

0 commit comments

Comments
 (0)