Skip to content

Commit ba1efb7

Browse files
committed
Raw type
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1438146 13f79535-47bb-0310-9956-ffa450edef68
1 parent 50c6331 commit ba1efb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* @since 1.6
3434
*/
35-
public class BeiderMorseEncoderTest extends StringEncoderAbstractTest {
35+
public class BeiderMorseEncoderTest extends StringEncoderAbstractTest<StringEncoder> {
3636
private static final char[] TEST_CHARS = new char[] { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'o', 'u' };
3737

3838
private void assertNotEmpty(final BeiderMorseEncoder bmpm, final String value) throws EncoderException {

0 commit comments

Comments
 (0)