Skip to content

Commit

Permalink
Better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamolteni committed Aug 8, 2023
1 parent a666be7 commit d345414
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public ObjectTypeConf getOrCreateObjectTypeConf(EntryPointId entrypoint, Object

// Avoid secondary super cache invalidation by testing for abstract classes first
// Then interfaces
// See: https://issues.redhat.com/browse/DROOLS-7521
private Object getKey( Object object ) {
if (object instanceof RuleTerminalNodeLeftTuple) {
return ClassObjectType.Match_ObjectType.getClassType();
Expand Down

0 comments on commit d345414

Please sign in to comment.