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

Commit 40d3050

Browse files
author
Marek Potociar
committed
Author javadoc updates.
- Removed email addresses of developers who are no longer active members of Jersey core team. - Copyright year updated. Change-Id: I95fd18e1c148e3f32c27980b27c44694a4eaef73 Signed-off-by: Marek Potociar <[email protected]>
1 parent 8688ddc commit 40d3050

File tree

554 files changed

+1490
-1178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

554 files changed

+1490
-1178
lines changed

connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheClientProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* Configuration options specific to the Client API that utilizes {@link ApacheConnectorProvider}.
4949
*
5050
51-
* @author Paul Sandoz (paul.sandoz at oracle.com)
51+
* @author Paul Sandoz
5252
* @author Pavel Bucek (pavel.bucek at oracle.com)
5353
* @author Arul Dhesiaseelan (aruld at acm.org)
5454
*/

connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
* </p>
179179
*
180180
181-
* @author Paul Sandoz (paul.sandoz at oracle.com)
181+
* @author Paul Sandoz
182182
* @author Pavel Bucek (pavel.bucek at oracle.com)
183183
* @author Arul Dhesiaseelan (aruld at acm.org)
184184
* @see ApacheClientProperties#CONNECTION_MANAGER

connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnectorProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
* @author Arul Dhesiaseelan (aruld at acm.org)
106106
* @author jorgeluisw at mac.com
107107
* @author Marek Potociar (marek.potociar at oracle.com)
108-
* @author Paul Sandoz (paul.sandoz at oracle.com)
108+
* @author Paul Sandoz
109109
* @author Maksim Mukosey (mmukosey at gmail.com)
110110
* @since 2.5
111111
*/

connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/AuthTest.java

Lines changed: 3 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) 2010-2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2010-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
@@ -37,6 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40+
4041
package org.glassfish.jersey.apache.connector;
4142

4243
import javax.ws.rs.DELETE;
@@ -70,7 +71,7 @@
7071
import static org.junit.Assert.assertTrue;
7172

7273
/**
73-
* @author Paul Sandoz (paul.sandoz at oracle.com)
74+
* @author Paul Sandoz
7475
* @author Arul Dhesiaseelan (aruld at acm.org)
7576
*/
7677
public class AuthTest extends JerseyTest {

connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CookieTest.java

Lines changed: 3 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) 2010-2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2010-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
@@ -37,6 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40+
4041
package org.glassfish.jersey.apache.connector;
4142

4243
import javax.ws.rs.GET;
@@ -64,7 +65,7 @@
6465
import static org.junit.Assert.assertTrue;
6566

6667
/**
67-
* @author Paul Sandoz (paul.sandoz at oracle.com)
68+
* @author Paul Sandoz
6869
* @author Arul Dhesiaseelan (aruld at acm.org)
6970
*/
7071
public class CookieTest extends JerseyTest {

connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/GZIPContentEncodingTest.java

Lines changed: 3 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) 2010-2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2010-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
@@ -37,6 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40+
4041
package org.glassfish.jersey.apache.connector;
4142

4243
import java.util.Arrays;
@@ -61,7 +62,7 @@
6162
import static org.junit.Assert.assertTrue;
6263

6364
/**
64-
* @author Paul Sandoz (paul.sandoz at oracle.com)
65+
* @author Paul Sandoz
6566
* @author Arul Dhesiaseelan (aruld at acm.org)
6667
*/
6768
public class GZIPContentEncodingTest extends JerseyTest {

connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HttpHeadersTest.java

Lines changed: 3 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) 2010-2014 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2010-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
@@ -37,6 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40+
4041
package org.glassfish.jersey.apache.connector;
4142

4243
import java.io.IOException;
@@ -71,7 +72,7 @@
7172
import static org.junit.Assert.assertTrue;
7273

7374
/**
74-
* @author Paul Sandoz (paul.sandoz at oracle.com)
75+
* @author Paul Sandoz
7576
* @author Arul Dhesiaseelan (aruld at acm.org)
7677
*/
7778
public class HttpHeadersTest extends JerseyTest {

connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HttpMethodTest.java

Lines changed: 3 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) 2010-2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2010-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
@@ -37,6 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40+
4041
package org.glassfish.jersey.apache.connector;
4142

4243
import java.lang.annotation.ElementType;
@@ -70,7 +71,7 @@
7071
import static org.junit.Assert.assertTrue;
7172

7273
/**
73-
* @author Paul Sandoz (paul.sandoz at oracle.com)
74+
* @author Paul Sandoz
7475
* @author Arul Dhesiaseelan (aruld at acm.org)
7576
*/
7677
public class HttpMethodTest extends JerseyTest {

connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HttpMethodWithClientFilterTest.java

Lines changed: 3 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) 2010-2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2010-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
@@ -37,6 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40+
4041
package org.glassfish.jersey.apache.connector;
4142

4243
import javax.ws.rs.client.Client;
@@ -46,7 +47,7 @@
4647
import org.glassfish.jersey.filter.LoggingFilter;
4748

4849
/**
49-
* @author Paul Sandoz (paul.sandoz at oracle.com)
50+
* @author Paul Sandoz
5051
* @author Arul Dhesiaseelan (aruld at acm.org)
5152
*/
5253
public class HttpMethodWithClientFilterTest extends HttpMethodTest {

connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/NoEntityTest.java

Lines changed: 3 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) 2010-2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2010-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
@@ -37,6 +37,7 @@
3737
* only if the new code is made subject to such option by the copyright
3838
* holder.
3939
*/
40+
4041
package org.glassfish.jersey.apache.connector;
4142

4243
import java.util.logging.Logger;
@@ -57,7 +58,7 @@
5758
import org.junit.Test;
5859

5960
/**
60-
* @author Paul Sandoz (paul.sandoz at oracle.com)
61+
* @author Paul Sandoz
6162
* @author Arul Dhesiaseelan (aruld at acm.org)
6263
*/
6364
public class NoEntityTest extends JerseyTest {

0 commit comments

Comments
 (0)