-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove redundant "@Version $Revision: $" declarations.
- Loading branch information
Showing
16 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
* Package private class that helps get byte array from {@link InputStream}. Needed by the common assets in api. | ||
* | ||
* @author <a href="mailto:[email protected]">Ken Gullaksen</a> | ||
* @version $Revision: $ | ||
*/ | ||
class ByteArrayIOUtil { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ | |
* Generic input/output utilities | ||
* | ||
* @author <a href="mailto:[email protected]">ALR</a> | ||
* @version $Revision: $ | ||
*/ | ||
final class IOUtil { | ||
|
||
|
@@ -198,4 +197,4 @@ public static void closeQuietly(final Closeable closeable) { | |
// ignore | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ | |
* Class that helps expose package private {@link ByteArrayIOUtil} | ||
* | ||
* @author <a href="mailto:[email protected]">Ken Gullaksen</a> | ||
* @version $Revision: $ | ||
*/ | ||
class IOUtilDelegator { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ | |
* ShrinkWrapUtil | ||
* | ||
* @author <a href="mailto:[email protected]">Aslak Knutsen</a> | ||
* @version $Revision: $ | ||
*/ | ||
public final class ShrinkWrapUtil { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Karel Piwko</a> | ||
* @author <a href="mailto:[email protected]">Juraj Huska</a> | ||
* @version $Revision: $ | ||
*/ | ||
public class TomcatConfiguration implements ContainerConfiguration { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ | |
* Validation utility | ||
* | ||
* @author <a href="mailto:[email protected]">Aslak Knutsen</a> | ||
* @version $Revision: $ | ||
*/ | ||
public final class Validate { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
* TestServlet | ||
* | ||
* @author <a href="mailto:[email protected]">Aslak Knutsen</a> | ||
* @version $Revision: $ | ||
*/ | ||
public class TestServlet extends HttpServlet { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,6 @@ | |
* @author <a href="mailto:[email protected]">Jean Deruelle</a> | ||
* @author Dan Allen | ||
* @author <a href="mailto:[email protected]">Ian Brandt</a> | ||
* @version $Revision: $ | ||
* @see <a href='http://svn.apache.org/repos/asf/tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java'> | ||
* org.apache.catalina.startup.TomcatBaseTest</a> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ | |
* Tomcat8EmbeddedExtension | ||
* | ||
* @author <a href="mailto:[email protected]">Aslak Knutsen</a> | ||
* @version $Revision: $ | ||
*/ | ||
public class Tomcat10EmbeddedExtension implements LoadableExtension { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Jean Deruelle</a> | ||
* @author Dan Allen | ||
* @version $Revision: $ | ||
*/ | ||
@RunWith(Arquillian.class) | ||
public class Tomcat10EmbeddedClientIT extends TomcatClientITBase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Jean Deruelle</a> | ||
* @author Dan Allen | ||
* @version $Revision: $ | ||
*/ | ||
public class TomcatEmbeddedConfiguration implements ContainerConfiguration { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ | |
* @author <a href="mailto:[email protected]">Juraj Huska</a> | ||
* @author <a href="mailto:[email protected]">Ondrej Zizka</a> | ||
* @author <a href="mailto:[email protected]">Dimitrij Drus</a> | ||
* @version $Revision: #1 $ | ||
*/ | ||
public class Tomcat10ManagedContainer extends TomcatManagedContainer { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ | |
* @author <a href="mailto:[email protected]">Jean Deruelle</a> | ||
* @author Dan Allen | ||
* @author <a href="mailto:[email protected]">Dimitrij Drus</a> | ||
* @version $Revision: $ | ||
*/ | ||
@RunWith(Arquillian.class) | ||
public class Tomcat10ManagedClientIT extends TomcatClientITBase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ | |
* Tests that Tomcat deployments into the Tomcat 8 server work through the Arquillian lifecycle | ||
* | ||
* @author <a href="mailto:[email protected]">Dimitrij Drus</a> | ||
* @version $Revision: $ | ||
*/ | ||
@RunWith(Arquillian.class) | ||
public class Tomcat10ManagedInContainerIT extends TomcatInContainerITBase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ | |
* @author <a href="mailto:[email protected]">Karel Piwko</a> | ||
* @author <a href="mailto:[email protected]">Juraj Huska</a> | ||
* @author <a href="mailto:[email protected]">Stephen Coy</a> | ||
* @version $Revision: $ | ||
*/ | ||
public class TomcatManagedConfiguration extends TomcatConfiguration { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,6 @@ | |
* @author <a href="mailto:[email protected]">Juraj Huska</a> | ||
* @author <a href="mailto:[email protected]">Ondrej Zizka</a> | ||
* @author <a href="mailto:[email protected]">Stephen Coy</a> | ||
* @version $Revision: $ | ||
*/ | ||
abstract class TomcatManagedContainer implements DeployableContainer<TomcatManagedConfiguration> { | ||
|
||
|