Skip to content

Commit f945d32

Browse files
committed
Fix typo
1 parent 26f4565 commit f945d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/xdev/saveactions/core/listener/SaveActionsDocumentManagerListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static boolean determineIfRequiresProjectLoadIgnoreWorkaround()
107107
@SuppressWarnings("checkstyle:MagicNumber")
108108
static boolean isInvokedFromProjectLoadBefore243()
109109
{
110-
// The invoking method is ProjectSettingsTracker$submitSettingsFilesRefresh is usually at index 17 and 18
110+
// The invoking method ProjectSettingsTracker$submitSettingsFilesRefresh is usually at index 17 and 18
111111
return Stream.of(Thread.currentThread().getStackTrace())
112112
.map(StackTraceElement::getClassName)
113113
.skip(16)

0 commit comments

Comments
 (0)