mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 14:58:39 +00:00
Some minor spelling error in comment
This commit is contained in:
@@ -63,7 +63,7 @@ public final class FileLoggerModuleTest {
|
||||
@Test
|
||||
public void testFileMessage() throws IOException {
|
||||
|
||||
/* Get singletong instance of File Logger Module */
|
||||
/* Get singleton instance of File Logger Module */
|
||||
final var fileLoggerModule = FileLoggerModule.getSingleton();
|
||||
|
||||
/* Prepare the essential sub modules, to perform the sequence of jobs */
|
||||
@@ -109,7 +109,7 @@ public final class FileLoggerModuleTest {
|
||||
@Test
|
||||
public void testFileErrorMessage() throws FileNotFoundException {
|
||||
|
||||
/* Get singletong instance of File Logger Module */
|
||||
/* Get singleton instance of File Logger Module */
|
||||
final var fileLoggerModule = FileLoggerModule.getSingleton();
|
||||
|
||||
/* Prepare the essential sub modules, to perform the sequence of jobs */
|
||||
@@ -134,7 +134,7 @@ public final class FileLoggerModuleTest {
|
||||
@Test
|
||||
public void testNoFileErrorMessage() throws FileNotFoundException {
|
||||
|
||||
/* Get singletong instance of File Logger Module */
|
||||
/* Get singleton instance of File Logger Module */
|
||||
final var fileLoggerModule = FileLoggerModule.getSingleton();
|
||||
|
||||
/* Prepare the essential sub modules, to perform the sequence of jobs */
|
||||
|
||||
Reference in New Issue
Block a user