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:
depristo 2011-01-02 23:44:36 +00:00
parent 5539c2d9f3
commit 75a7d8a76e
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ public class GATKArgumentCollection {
if ( BAQGOP != other.BAQGOP ) return false;
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 true;