Allow extended classes to access the strategy

This commit is contained in:
Aaron Digulla 2012-06-18 09:42:35 +02:00
parent f0c63e6253
commit a764e59103

View File

@ -55,7 +55,7 @@ abstract class AbstractGenerator implements Generator {
boolean generateJPAAnnotations = false;
boolean generateValidationAnnotations = false;
GeneratorStrategyWrapper strategy;
protected GeneratorStrategyWrapper strategy;
@Override
public void setStrategy(GeneratorStrategy strategy) {