Javadoc about deprecated setDialogCaption()

This commit is contained in:
Vassiliy.Kudryashov
2018-10-08 09:46:36 +03:00
parent 558c5e6218
commit 5c2efff944
@@ -55,6 +55,9 @@ public class RawCommandLineEditor extends JPanel implements TextAccessor {
return myDialogCaption;
}
/**
* Won't be used anymore as dialog is replaced with lightweight popup
*/
@Deprecated
public void setDialogCaption(String dialogCaption) {
myDialogCaption = dialogCaption != null ? dialogCaption : "";