Skip to content

Commit

Permalink
comment cleanup, current version update
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 18, 2018
1 parent c35080d commit a5c308e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Java Simon is a simple monitoring API that allows you to follow and better under
Monitors (familiarly called Simons) are placed directly into your code and you can choose whether you
want to count something or measure time/duration.

* Current version: 4.1.3 (May 2017, requires Java 7) [Javadoc](http://virgo47.github.io/javasimon/api/4.1/)
* Version for Java 6: 3.5.2 (October 2014) [Javadoc](http://virgo47.github.io/javasimon/api/3.5/)
* Current version: 4.1.4 (March 2018, requires Java 7) [Javadoc](http://virgo47.github.io/javasimon/api/4.1/)
* [History of releases](docs/History.md)
* License: [New BSD License](license.txt)

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/javasimon/SimonManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public final class SimonManager {

private static Manager manager = new SwitchingManager();

/** Calls {@link #init()}. */
/* Calls {@link #init()}. */
static {
init();
}
Expand Down

0 comments on commit a5c308e

Please sign in to comment.