summaryrefslogtreecommitdiff
path: root/qpid/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
commit3f3a7f6af8d3ceb4b48fdea7605a57b5f7bff2ee (patch)
treeac27c01f7eff7b9cf3edb215d4ec29c121847d65 /qpid/java/common/src/main
parent15aef1db7204fa1f740da0d05f9b3a5cc5ece1d5 (diff)
downloadqpid-python-3f3a7f6af8d3ceb4b48fdea7605a57b5f7bff2ee.tar.gz
Removed accidentally included copyright and author tags.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@534539 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/src/main')
-rw-r--r--qpid/java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java b/qpid/java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java
index 9051d6b470..165c912422 100644
--- a/qpid/java/common/src/main/java/org/apache/qpid/util/CommandLineParser.java
+++ b/qpid/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
{