Skip to content

Commit 08a3ed2

Browse files
committed
Checkstyle on header fix.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130377 13f79535-47bb-0310-9956-ffa450edef68
1 parent d820be9 commit 08a3ed2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/codec/language/Soundex.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*/
15+
*/
1616

1717
package org.apache.commons.codec.language;
1818

@@ -24,7 +24,7 @@
2424
* general purpose scheme to find word with similar phonemes.
2525
*
2626
* @author Apache Software Foundation
27-
* @version $Id: Soundex.java,v 1.24 2004/06/05 18:32:04 ggregory Exp $
27+
* @version $Id: Soundex.java,v 1.25 2004/06/13 23:47:36 ggregory Exp $
2828
*/
2929
public class Soundex implements StringEncoder {
3030

0 commit comments

Comments
 (0)