mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
bug 289082: smallish change from bug 11233 patch 2
This commit is contained in:
parent
1da73a0cc1
commit
cd89d01394
1 changed files with 9 additions and 4 deletions
|
@ -175,6 +175,11 @@ public class InputStatusDialog extends StatusDialog {
|
|||
return validator;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the string typed into this input dialog.
|
||||
*
|
||||
* @return the input string
|
||||
*/
|
||||
public String getValue() {
|
||||
return value;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue