1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

The internal class should be static to be created in the constructor of the main class.

This commit is contained in:
Mikhail Khodjaiants 2003-03-10 19:42:45 +00:00
parent 6cb24b50dd
commit 31e5b4acc3

View file

@ -32,7 +32,7 @@ import org.eclipse.ui.actions.ActionDelegate;
public class CastToTypeActionDelegate extends ActionDelegate
implements IObjectActionDelegate
{
protected class CastToTypeInputValidator implements IInputValidator
static protected class CastToTypeInputValidator implements IInputValidator
{
public CastToTypeInputValidator()
{