1
0
Fork 0
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:
Andrew Gvozdev 2010-01-04 04:42:13 +00:00
parent 1da73a0cc1
commit cd89d01394

View file

@ -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;
}