From 4fa14823a4110d82c26edcc1aaf0cd9d325a9dd4 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Wed, 2 May 2007 16:47:36 +0000 Subject: Removed accidentally included copyright and author tags. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@534539 13f79535-47bb-0310-9956-ffa450edef68 --- java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'java/common/src/main') diff --git a/java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java b/java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java index 9051d6b470..165c912422 100644 --- a/java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java +++ b/java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java @@ -81,8 +81,6 @@ import java.util.regex.*; * Provide a formatted options in force string for a command line. * Allow errors on unknowns behaviour to be turned on or off. * - * - * @author Rupert Smith */ public class CommandLineParser { @@ -644,8 +642,6 @@ public class CommandLineParser * Responsibilities Collaborations * Hold details of a command line option. * - * - * @author Rupert Smith */ protected class CommandLineOption { -- cgit v1.2.1