1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

added @since 3.0

This commit is contained in:
David McKnight 2008-04-11 16:44:56 +00:00
parent 33f62079ea
commit a6dbfe3f23

View file

@ -511,7 +511,7 @@ public class SystemMessageDialog extends ErrorDialog implements Listener {
/**
* opens the dialog with an optional Yes/No or OK, Details button for an Inquiry/Question message.
* Eats up the IndicatorException, so only call this when you know what you are doing!
* @since 3.0
* @since 3.0 taking a boolean arg
*/
public boolean openQuestionNoException(boolean showYesNo)
{