Trivial formatting error
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4922 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
5539c2d9f3
commit
75a7d8a76e
|
|
@ -365,7 +365,7 @@ public class GATKArgumentCollection {
|
||||||
if ( BAQGOP != other.BAQGOP ) return false;
|
if ( BAQGOP != other.BAQGOP ) return false;
|
||||||
|
|
||||||
if ((other.performanceLog == null && this.performanceLog != null) ||
|
if ((other.performanceLog == null && this.performanceLog != null) ||
|
||||||
(other.performanceLog != null && !other.performanceLog.equals(this.performanceLog))) {
|
(other.performanceLog != null && !other.performanceLog.equals(this.performanceLog)))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue