From bf507389b7242d99d4fc92b53ff0899d1ed8c861 Mon Sep 17 00:00:00 2001 From: kwilk Date: Wed, 20 Apr 2011 09:09:17 -0700 Subject: refactor[ats_PRNVV]: Clean up of database relation integrity health checks --- .../osee/framework/ui/skynet/dbHealth/RelationIntegrityCheck.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/dbHealth/RelationIntegrityCheck.java b/plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/dbHealth/RelationIntegrityCheck.java index 8a50c9f59ac..f8d1e1eadd5 100644 --- a/plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/dbHealth/RelationIntegrityCheck.java +++ b/plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/dbHealth/RelationIntegrityCheck.java @@ -27,7 +27,7 @@ import org.eclipse.osee.framework.ui.skynet.results.html.XResultPage.Manipulatio /** * {@link RelationIntegrityCheckTest } - * + * * @author Theron Virgin */ public class RelationIntegrityCheck extends DatabaseHealthOperation { @@ -49,7 +49,6 @@ public class RelationIntegrityCheck extends DatabaseHealthOperation { @Override public String toString() { - //System.out.println("gamma_id \t transaction_id \t rel_link_id \t branch_d \t a_art_id \t b_art_id \t deleted_tran \t commit trans \t commit trans mod type"); return String.format("%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s", gammaId, relTransId, relLinkId, branchId, aArtId, bArtId, transIdForArtifactDeletion, commitTrans, modType); } -- cgit v1.2.3