Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit bf7345e

Browse files
author
Michal Gajdos
committed
Fixed typos in @author tags in JavaDoc.
Change-Id: Id056a980abb97a38c95cc047ad6743a3913fcc17 Signed-off-by: Michal Gajdos <[email protected]>
1 parent 3132a06 commit bf7345e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/Jersey2462Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2013-2014 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2013-2015 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -73,7 +73,7 @@
7373
/**
7474
* Reproducer tests for JERSEY-2462 on Grizzly, Jetty and Simple HTTP server.
7575
*
76-
* @author Marek Potociar (marek.potociar at oralce.com)
76+
* @author Marek Potociar (marek.potociar at oracle.com)
7777
*/
7878
@RunWith(Suite.class)
7979
@Suite.SuiteClasses({Jersey2462Test.GrizzlyContainerTest.class,

tests/integration/jersey-1960/src/test/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960ITCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2013-2015 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -53,7 +53,7 @@
5353
/**
5454
* Reproducer tests for JERSEY-1960.
5555
*
56-
* @author Marek Potociar (marek.potociar at oralce.com)
56+
* @author Marek Potociar (marek.potociar at oracle.com)
5757
*/
5858
public class Jersey1960ITCase extends JerseyTest {
5959

0 commit comments

Comments
 (0)