Skip to content

Commit 7ccfb5f

Browse files
committed
chore(model-server): remove a redundant internal modifier
This is the default already for a private class.
1 parent 19c55d8 commit 7ccfb5f

File tree

1 file changed

+1
-1
lines changed
  • model-server/src/main/kotlin/org/modelix/model/server

1 file changed

+1
-1
lines changed

model-server/src/main/kotlin/org/modelix/model/server/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ object Main {
356356
}
357357
}
358358

359-
private class DumpOutThread internal constructor(storeClient: IsolatingStore, dumpName: String) :
359+
private class DumpOutThread(storeClient: IsolatingStore, dumpName: String) :
360360
Thread(
361361
Runnable {
362362
try {

0 commit comments

Comments
 (0)