I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ae1c9394 authored by eyedeekay's avatar eyedeekay
Browse files

SAM/I2Ptunnel/I2PSnark: update Javadocs to reflect @since 0.9.61

parent b1f11cc0
No related branches found
No related tags found
No related merge requests found
Pipeline #1377 passed
...@@ -150,7 +150,7 @@ public class RunStandalone { ...@@ -150,7 +150,7 @@ public class RunStandalone {
/** /**
* Callback when shutdown is clicked in systray * Callback when shutdown is clicked in systray
* @since 0.9.60 * @since 0.9.61
*/ */
public static class StandaloneStopper implements MenuCallback { public static class StandaloneStopper implements MenuCallback {
private final MenuService _ms; private final MenuService _ms;
...@@ -167,7 +167,7 @@ public class RunStandalone { ...@@ -167,7 +167,7 @@ public class RunStandalone {
/** /**
* Threaded shutdown * Threaded shutdown
* @since 0.9.60 * @since 0.9.61
*/ */
public static class StopperThread implements Runnable { public static class StopperThread implements Runnable {
public void run() { public void run() {
......
...@@ -327,7 +327,7 @@ public class GunzipOutputStream extends InflaterOutputStream { ...@@ -327,7 +327,7 @@ public class GunzipOutputStream extends InflaterOutputStream {
/** /**
* Calculate CRC32 along the way * Calculate CRC32 along the way
* @since 0.9.60 * @since 0.9.61
*/ */
private static class CRC32OutputStream extends FilterOutputStream { private static class CRC32OutputStream extends FilterOutputStream {
......
...@@ -364,7 +364,7 @@ class SAMStreamSession implements SAMMessageSess { ...@@ -364,7 +364,7 @@ class SAMStreamSession implements SAMMessageSess {
/** /**
* Is the underlying streaming socket manager destroyed? * Is the underlying streaming socket manager destroyed?
* *
* @since 0.9.60 * @since 0.9.61
*/ */
public boolean isDestroyed() { return socketMgr.isDestroyed(); } public boolean isDestroyed() { return socketMgr.isDestroyed(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment