summaryrefslogtreecommitdiff
path: root/java/common/src/main
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-05-02 16:47:36 +0000
committerRobert Greig <rgreig@apache.org>2007-05-02 16:47:36 +0000
commit4fa14823a4110d82c26edcc1aaf0cd9d325a9dd4 (patch)
tree5f36c19401ca1ad2cdf3643770583408344ac2b2 /java/common/src/main
parented92de65d6ca576bbb9b5f9a1741d60a08ce7a7a (diff)
downloadqpid-python-4fa14823a4110d82c26edcc1aaf0cd9d325a9dd4.tar.gz
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
Diffstat (limited to 'java/common/src/main')
-rw-r--r--java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java4
1 files changed, 0 insertions, 4 deletions
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.*;
* <tr><td> Provide a formatted options in force string for a command line.
* <tr><td> Allow errors on unknowns behaviour to be turned on or off.
* </table>
- *
- * @author Rupert Smith
*/
public class CommandLineParser
{
@@ -644,8 +642,6 @@ public class CommandLineParser
* <tr><th> Responsibilities <th> Collaborations
* <tr><td> Hold details of a command line option.
* </table>
- *
- * @author Rupert Smith
*/
protected class CommandLineOption
{