Skip to content

Commit ae82453

Browse files
jclausenCopilot
andauthored
Update system/core/dynamic/ObjectPopulator.cfc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0cd3860 commit ae82453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/core/dynamic/ObjectPopulator.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ component accessors="true" singleton {
574574
else if ( validEntityNames.findNoCase( listLast( relationMetaClass, "." ) ) ) {
575575
targetEntityName = listLast( relationMetaClass, "." );
576576
}
577-
// 3.) class lookup - this would only fire if the `cfc` or `className` attribute was pointing to a CFC, but the entity name was different than the file name
577+
// 3.) class lookup - this would only execute if the `cfc` or `className` attribute was pointing to a CFC, but the entity name was different than the file name
578578
else {
579579
var annotations = server.keyExists( "boxlang" ) ? getClassMetadata( relationMetaClass ).annotations : getComponentMetadata(
580580
relationMetaClass

0 commit comments

Comments
 (0)