We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017a220 commit d4923f0Copy full SHA for d4923f0
cls/SourceControl/Git/Util/ProductionConflictResolver.cls
@@ -65,7 +65,7 @@ Method ConsumeStream() [ Private ]
65
$$$ThrowStatus($$$ERROR($$$GeneralError,"File with conflict is not a class."))
66
}
67
Set ..productionClassname = $Piece(internalName,".",1,*-1)
68
- If '$$$comClassDefined(..productionClassname) && '$ClassMethod(..productionClassname,"%Extends","Ens.Production") {
+ If '($$$comClassDefined(..productionClassname) && $ClassMethod(..productionClassname,"%Extends","Ens.Production")) {
69
$$$ThrowStatus($$$ERROR($$$GeneralError,"File with conflict is not an interoperability production."))
70
71
0 commit comments