Checkstyle

This commit is contained in:
Gary Gregory 2022-04-03 17:14:16 -04:00
parent 517a9e0630
commit b634633126
2 changed files with 2 additions and 2 deletions

View File

@ -243,6 +243,6 @@ public class StringUtilsTrimStripTest {
// LANG-1655
final String input = "잊지마 넌 흐린 어둠사이 왼손으로 그린 별 하나";
assertEquals(input, StringUtils.stripAccents(input), "Failed to handle non-accented text");
}
}

View File

@ -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>
* This implementation also counts the number of invocations of the initialize() method.
* </p>