remove incorrect comment

This commit is contained in:
Gavin King 2023-07-10 15:00:18 +02:00
parent 447fa30a89
commit c8c5d05330
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ public abstract class AbstractFinderMethod implements MetaAttribute {
// .append(constantName())
// .append(")");
// }
// currently unused: no way to specify explicit fetch profiles
for ( String profile : fetchProfiles ) {
declaration
.append("\n\t\t\t.enableFetchProfile(")