Skip to content

Commit f1f36a5

Browse files
committed
Fix typos in UtSettings docs
1 parent 18473ad commit f1f36a5

File tree

1 file changed

+3
-3
lines changed
  • utbot-framework-api/src/main/kotlin/org/utbot/framework

1 file changed

+3
-3
lines changed

utbot-framework-api/src/main/kotlin/org/utbot/framework/UtSettings.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ object UtSettings : AbstractSettings(logger, defaultKeyForSettingsPath, defaultS
283283
var runEngineProcessWithDebug by getBooleanProperty(false)
284284

285285
/**
286-
* The engine process JDWP agent's port of the instrumented process.
286+
* The engine process JDWP agent's port of the engine process.
287287
* A debugger attaches to the port in order to debug the process.
288288
*/
289289
var engineProcessDebugPort by getIntProperty(5005)
@@ -301,12 +301,12 @@ object UtSettings : AbstractSettings(logger, defaultKeyForSettingsPath, defaultS
301301
* The property is useful only for the IntelliJ IDEs.
302302
* If the property is set in true the spring analyzer process opens a debug port.
303303
* @see runInstrumentedProcessWithDebug
304-
* @see org.utbot.intellij.plugin.process.EngineProcess
304+
* @see org.utbot.framework.process.SpringAnalyzerProcess
305305
*/
306306
var runSpringAnalyzerProcessWithDebug by getBooleanProperty(false)
307307

308308
/**
309-
* The spring analyzer process JDWP agent's port
309+
* The spring analyzer process JDWP agent's port.
310310
* A debugger attaches to the port in order to debug the process.
311311
*/
312312
var springAnalyzerProcessDebugPort by getIntProperty(5007)

0 commit comments

Comments
 (0)