Simplified some control flow statements
This commit is contained in:
@@ -107,7 +107,7 @@ public class ContainerInscriber extends ContainerUpgradeable implements IProgres
|
||||
}
|
||||
}
|
||||
|
||||
if ( matches && found == false )
|
||||
if ( matches && !found )
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user