Skip to content

Commit

Permalink
@SInCE 2.30
Browse files Browse the repository at this point in the history
Signed-off-by: Markus KARG <markus@headcrashing.eu>
  • Loading branch information
mkarg committed Mar 28, 2019
1 parent 02629aa commit c6a3794
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* Jersey {@code Server} implementation based on Grizzly {@link HttpServer}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class GrizzlyHttpServer implements Server {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Server provider for servers based on Grizzly {@link HttpServer}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class GrizzlyHttpServerProvider implements ServerProvider {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* Unit tests for {@link GrizzlyHttpServerProvider}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class GrizzlyHttpServerProviderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* Jersey {@code Server} implementation based on JDK {@link HttpServer}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class JdkHttpServer implements Server {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Server provider for servers based on JDK {@link HttpServer}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class JdkHttpServerProvider implements ServerProvider {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* Unit tests for {@link JdkHttpServerProvider}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class JdkHttpServerProviderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* {@link org.eclipse.jetty.server.Server Server}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class JettyHttpServer implements Server {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* {@link org.eclipse.jetty.server.Server Server}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class JettyHttpServerProvider implements ServerProvider {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* Unit tests for {@link JettyHttpServerProvider}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class JettyHttpServerProviderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Jersey {@code Server} implementation based on Netty {@link Channel}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class NettyHttpServer implements Server {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Server provider for servers based on Netty {@link Channel}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class NettyHttpServerProvider implements ServerProvider {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* Unit tests for {@link NettyHttpServerProvider}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class NettyHttpServerProviderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* {@link SimpleServer}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class SimpleHttpServer implements Server {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Server provider for servers based on Simple framework {@link SimpleServer}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class SimpleHttpServerProvider implements ServerProvider {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* Unit tests for {@link SimpleHttpServerProvider}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class SimpleHttpServerProviderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Factory for creating specific HTTP servers.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
public final class ServerFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* </p>
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
@Contract
@ConstrainedTo(RuntimeType.SERVER)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* </p>
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
@Contract
@ConstrainedTo(RuntimeType.SERVER)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* Unit tests for {@link ServerFactory}.
*
* @author Markus KARG (markus@headcrashing.eu)
* @since 2.29
* @since 2.30
*/
@RunWith(JMockit.class)
public final class ServerFactoryTest {
Expand Down

0 comments on commit c6a3794

Please sign in to comment.