|
1 | 1 | /* |
2 | 2 | * Copyright 2001-2004 The Apache Software Foundation. |
3 | 3 | * |
4 | | - * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | | - * you may not use this file except in compliance with the License. |
6 | | - * You may obtain a copy of the License at |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with |
| 5 | + * the License. You may obtain a copy of the License at |
7 | 6 | * |
8 | | - * http://www.apache.org/licenses/LICENSE-2.0 |
| 7 | + * http://www.apache.org/licenses/LICENSE-2.0 |
9 | 8 | * |
10 | | - * Unless required by applicable law or agreed to in writing, software |
11 | | - * distributed under the License is distributed on an "AS IS" BASIS, |
12 | | - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 | | - * See the License for the specific language governing permissions and |
14 | | - * limitations under the License. |
15 | | - */ |
| 9 | + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on |
| 10 | + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the |
| 11 | + * specific language governing permissions and limitations under the License. |
| 12 | + */ |
16 | 13 |
|
17 | 14 | package org.apache.commons.codec.net; |
18 | 15 |
|
19 | 16 | import java.io.UnsupportedEncodingException; |
20 | 17 | import java.util.BitSet; |
| 18 | + |
21 | 19 | import org.apache.commons.codec.DecoderException; |
22 | 20 | import org.apache.commons.codec.EncoderException; |
23 | 21 | import org.apache.commons.codec.StringDecoder; |
|
41 | 39 | * |
42 | 40 | * @author Apache Software Foundation |
43 | 41 | * @since 1.3 |
44 | | - * @version $Id: QCodec.java,v 1.1 2004/03/29 07:59:57 ggregory Exp $ |
| 42 | + * @version $Id: QCodec.java,v 1.2 2004/04/09 21:46:27 ggregory Exp $ |
45 | 43 | */ |
46 | 44 | public class QCodec extends RFC1522Codec implements StringEncoder, StringDecoder { |
47 | 45 | /** |
@@ -117,7 +115,7 @@ public QCodec() { |
117 | 115 | * the default string charset to use. |
118 | 116 | * |
119 | 117 | * @see <a href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE character |
120 | | - * encoding names</a> |
| 118 | + * encoding names </a> |
121 | 119 | */ |
122 | 120 | public QCodec(final String charset) { |
123 | 121 | super(); |
|
0 commit comments