Repository: logging-log4j2 Updated Branches: refs/heads/master aff6553cd -> 010d19101
Add missing @since. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/010d1910 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/010d1910 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/010d1910 Branch: refs/heads/master Commit: 010d19101319d087fbf78a2101a38588348e43ed Parents: aff6553 Author: Matt Sicker <[email protected]> Authored: Thu Feb 25 13:20:33 2016 -0600 Committer: Matt Sicker <[email protected]> Committed: Thu Feb 25 13:20:33 2016 -0600 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/core/net/server/JmsServer.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/010d1910/log4j-core/src/main/java/org/apache/logging/log4j/core/net/server/JmsServer.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/server/JmsServer.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/server/JmsServer.java index bc645d1..98d1003 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/server/JmsServer.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/server/JmsServer.java @@ -119,6 +119,7 @@ public class JmsServer extends LogEventListener implements MessageListener, Life * Starts and runs this server until the user types "exit" into standard input. * * @throws IOException + * @since 2.6 */ public void run() throws IOException { this.start();
