mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Javadoc about deprecated setDialogCaption()
This commit is contained in:
@@ -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 : "";
|
||||
|
||||
Reference in New Issue
Block a user