Skip to content

Commit

Permalink
spadework
Browse files Browse the repository at this point in the history
  • Loading branch information
HmHmmHm committed Apr 28, 2016
1 parent 2829d2d commit 0150681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>mongodblib</groupId>
<artifactId>MongoDBLib</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/hmhmmhm/ParfaitAuth/ParfaitAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,8 @@ public static boolean checkClientOnline() {
} catch (IllegalStateException e) {
// 아예 실패하면 false를 반환합니다.
return false;
} catch(Exception e){
return false;
}
}

Expand Down

0 comments on commit 0150681

Please sign in to comment.