Checkstyle
This commit is contained in:
parent
517a9e0630
commit
b634633126
|
@ -243,6 +243,6 @@ public class StringUtilsTrimStripTest {
|
||||||
// LANG-1655
|
// LANG-1655
|
||||||
final String input = "잊지마 넌 흐린 어둠사이 왼손으로 그린 별 하나";
|
final String input = "잊지마 넌 흐린 어둠사이 왼손으로 그린 별 하나";
|
||||||
assertEquals(input, StringUtils.stripAccents(input), "Failed to handle non-accented text");
|
assertEquals(input, StringUtils.stripAccents(input), "Failed to handle non-accented text");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,7 @@ public class AtomicSafeInitializerTest extends AbstractConcurrentInitializerTest
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A concrete test implementation of {@code AtomicSafeInitializer} which also serves as a simple example.
|
* A concrete test implementation of {@code AtomicSafeInitializer} which also serves as a simple example.
|
||||||
* <p>
|
* <p>
|
||||||
* This implementation also counts the number of invocations of the initialize() method.
|
* This implementation also counts the number of invocations of the initialize() method.
|
||||||
* </p>
|
* </p>
|
||||||
|
|
Loading…
Reference in New Issue