Skip to content

Commit

Permalink
💡 更新 javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Sep 1, 2018
1 parent 9106488 commit 246aa46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/b3log/symphony/util/Sessions.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public final class Sessions {
private static final int COOKIE_EXPIRY = 60 * 60 * 24 * 30;

/**
* Private default constructor.
* Private constructor.
*/
private Sessions() {
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/b3log/symphony/util/Symphonys.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void run() {
}

/**
* Private default constructor.
* Private constructor.
*/
private Symphonys() {
}
Expand Down

0 comments on commit 246aa46

Please sign in to comment.