Skip to content

Commit

Permalink
Correct incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauville committed Aug 20, 2019
1 parent a9490e5 commit 8f14581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mauville.sorth</groupId>
<artifactId>sortH</artifactId>
<version>1.9-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>

<name>sortH</name>
<packaging>jar</packaging>
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/sample/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ private void boot() {
}
try {
LOGGER.info("Loading Images");
imageFiles = ImageHandler.getImages("C:\\Users\\X220\\Desktop\\images");
cwd = new File("C:\\Users\\X220\\Desktop\\images");
imageFiles = ImageHandler.getImages(cwd);
displayNext();
LOGGER.info("Loaded Images");
} catch (IOException e) {
Expand Down

0 comments on commit 8f14581

Please sign in to comment.