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:
parent
6cb24b50dd
commit
31e5b4acc3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue