Skip to content

Commit

Permalink
added icon files to git
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Laane committed Mar 22, 2019
1 parent 213c141 commit 5889c22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/stocktracker/FileManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private static void test()
exampleList.add("daaddd");
exampleList.add("st");

FileManager.writeList("a.txt", exampleList);
//FileManager.writeList("a.txt", exampleList);
FileManager.deleteFiles("src\\main\\resources", "_temp");

System.out.println("pom.xml exists: " + FileManager.fileExists("pom.xml"));
Expand Down
Binary file added src/main/resources/icon.ico
Binary file not shown.
Binary file added src/main/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5889c22

Please sign in to comment.