Skip to content

Commit e9031e4

Browse files
committed
Moved mminfo to correct resources directory
1 parent 94d6b43 commit e9031e4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/main/java/com/mapcode/DataAccess.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com)
3-
*
3+
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
@@ -30,7 +30,7 @@
3030
class DataAccess {
3131

3232
private static final byte[] FILE_DATA;
33-
private static final String FILE_NAME = "/mminfo.dat";
33+
private static final String FILE_NAME = "/com/mapcode/mminfo.dat";
3434

3535
// Read data only once in static initializer.
3636
static {

0 commit comments

Comments
 (0)