Skip to content
Snippets Groups Projects
Commit 79cea6b8 authored by tpylak's avatar tpylak
Browse files

minor: javadoc

SVN: 22496
parent 68f9ed30
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,11 @@ public class ScreeningDisplaySettings implements ISerializable ...@@ -57,7 +57,11 @@ public class ScreeningDisplaySettings implements ISerializable
this.defaultAnalysisProcedure = defaultAnalysisProcedure; this.defaultAnalysisProcedure = defaultAnalysisProcedure;
} }
/** @deprecated Should be used only by ScreeningDisplaySettingsManager. */ /**
* Default analysis procedure for analysis result datasets.
*
* @deprecated Should be used only by ScreeningDisplaySettingsManager.
*/
@Deprecated @Deprecated
public String getDefaultAnalysisProcedure() public String getDefaultAnalysisProcedure()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment