remove incorrect comment
This commit is contained in:
parent
447fa30a89
commit
c8c5d05330
|
@ -193,7 +193,6 @@ public abstract class AbstractFinderMethod implements MetaAttribute {
|
||||||
// .append(constantName())
|
// .append(constantName())
|
||||||
// .append(")");
|
// .append(")");
|
||||||
// }
|
// }
|
||||||
// currently unused: no way to specify explicit fetch profiles
|
|
||||||
for ( String profile : fetchProfiles ) {
|
for ( String profile : fetchProfiles ) {
|
||||||
declaration
|
declaration
|
||||||
.append("\n\t\t\t.enableFetchProfile(")
|
.append("\n\t\t\t.enableFetchProfile(")
|
||||||
|
|
Loading…
Reference in New Issue