Skip to content

Commit

Permalink
SAM/I2Ptunnel/I2PSnark: update Javadocs to reflect @SInCE 0.9.61
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Dec 12, 2023
1 parent b1f11cc commit ae1c939
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private MenuService startTrayApp() {

/**
* Callback when shutdown is clicked in systray
* @since 0.9.60
* @since 0.9.61
*/
public static class StandaloneStopper implements MenuCallback {
private final MenuService _ms;
Expand All @@ -167,7 +167,7 @@ public void clicked(MenuHandle menu) {

/**
* Threaded shutdown
* @since 0.9.60
* @since 0.9.61
*/
public static class StopperThread implements Runnable {
public void run() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ else if (0 != (_flags & (1<<6)))

/**
* Calculate CRC32 along the way
* @since 0.9.60
* @since 0.9.61
*/
private static class CRC32OutputStream extends FilterOutputStream {

Expand Down
2 changes: 1 addition & 1 deletion apps/sam/java/src/net/i2p/sam/SAMStreamSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public void close() {
/**
* Is the underlying streaming socket manager destroyed?
*
* @since 0.9.60
* @since 0.9.61
*/
public boolean isDestroyed() { return socketMgr.isDestroyed(); }

Expand Down

0 comments on commit ae1c939

Please sign in to comment.