Skip to content

Commit

Permalink
chore: Remove redundant "@Version $Revision: $" declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Oct 8, 2024
1 parent 2f1ece7 commit 9b1e7d0
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* Generic input/output utilities
*
* @author <a href="mailto:[email protected]">ALR</a>
* @version $Revision: $
*/
final class IOUtil {

Expand Down Expand Up @@ -198,4 +197,4 @@ public static void closeQuietly(final Closeable closeable) {
// ignore
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* ShrinkWrapUtil
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public final class ShrinkWrapUtil {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* Validation utility
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public final class Validate {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* TestServlet
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class TestServlet extends HttpServlet {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* Tomcat8EmbeddedExtension
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class Tomcat10EmbeddedExtension implements LoadableExtension {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
*
* @author <a href="mailto:[email protected]">Jean Deruelle</a>
* @author Dan Allen
* @version $Revision: $
*/
public class TomcatEmbeddedConfiguration implements ContainerConfiguration {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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> {

Expand Down

0 comments on commit 9b1e7d0

Please sign in to comment.