mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
fixed checkstyle error in AbstractQuerydslProcessor
This commit is contained in:
parent
cbaf1cfede
commit
a2c5cdf981
@ -620,7 +620,7 @@ public abstract class AbstractQuerydslProcessor extends AbstractProcessor {
|
||||
protected String getClassName(EntityType model) {
|
||||
Type type = conf.getTypeMappings().getPathType(model, model, true);
|
||||
String packageName = type.getPackageName();
|
||||
return packageName.isEmpty() ? type.getSimpleName(): (packageName + "." + type.getSimpleName());
|
||||
return packageName.isEmpty() ? type.getSimpleName() : (packageName + "." + type.getSimpleName());
|
||||
}
|
||||
|
||||
protected abstract Configuration createConfiguration(RoundEnvironment roundEnv);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user