Skip to content

Commit 98b6e83

Browse files
anidotnetCopilot
andauthored
Update nitrite/src/main/java/org/dizitart/no2/repository/Reflector.java
Co-authored-by: Copilot <[email protected]>
1 parent 7614f7d commit 98b6e83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nitrite/src/main/java/org/dizitart/no2/repository/Reflector.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ private <T> Field getFieldFromInterfaceProperty(Class<T> interfaceType, String p
193193

194194
if (propertyName.equals(extractedPropertyName)) {
195195
// Found matching getter - create a wrapper field
196-
// For now, we return null and will handle this case specially
197-
// Actually, let's throw a more helpful error with a workaround suggestion
198196
return createSyntheticFieldForProperty(propertyName, method);
199197
}
200198
}

0 commit comments

Comments
 (0)