-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File extension is now preserved by the temp file caching strategy (#225)
* File extension is now preserved by the temp file caching strategy * checkstyle * Shuffling some resources around * PR comments and removed multithreading test. * Removed a log4j file
- Loading branch information
1 parent
47c6e7f
commit b8da42c
Showing
4 changed files
with
116 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/test/resources/org/openstreetmap/atlas/utilities/caching/feature.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"feature": { | ||
"XYZ": { | ||
"range": { | ||
"max": 40.0, | ||
"min": 20.0 | ||
} | ||
} | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/openstreetmap/atlas/utilities/caching/fileNoExt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a test text file with no file extension |