Skip to content

Commit

Permalink
Preparing for a new jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zexuz committed Mar 5, 2016
1 parent fcd0990 commit 73e77e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed out/artifacts/TvCalander_jar/TvCalander.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/com/webcrawler/MainThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void run() {
System.out.println("------sleeping----------------------");
try {
Thread.sleep(1000 * 60);
} catch (InterruptedException e) {
} catch (Exception e) {
e.printStackTrace();
}

Expand Down

0 comments on commit 73e77e7

Please sign in to comment.