Skip to content

Commit 0eec00f

Browse files
committed
Make Java OpenLocationCode class final.
1 parent dafb737 commit 0eec00f

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)