We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d6b43 commit e9031e4Copy full SHA for e9031e4
src/main/java/com/mapcode/DataAccess.java
@@ -1,6 +1,6 @@
1
/*
2
* Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com)
3
- *
+ *
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
@@ -30,7 +30,7 @@
30
class DataAccess {
31
32
private static final byte[] FILE_DATA;
33
- private static final String FILE_NAME = "/mminfo.dat";
+ private static final String FILE_NAME = "/com/mapcode/mminfo.dat";
34
35
// Read data only once in static initializer.
36
static {
src/main/resources/README src/main/resources/com/mapcode/READMEsrc/main/resources/README renamed to src/main/resources/com/mapcode/README
src/main/resources/mminfo.dat src/main/resources/com/mapcode/mminfo.datsrc/main/resources/mminfo.dat renamed to src/main/resources/com/mapcode/mminfo.dat
0 commit comments