| author | kwilk | 2011-04-20 12:09:17 (EDT) |
|---|---|---|
| committer | Ryan D. Brooks | 2011-04-20 12:09:17 (EDT) |
| commit | bf507389b7242d99d4fc92b53ff0899d1ed8c861 (patch) (side-by-side diff) | |
| tree | b18d4bd7665647996616fc3e54408fbabd419e21 | |
| parent | 2065e4548bfd250d0d3c9bc5d081ba49b7f48a39 (diff) | |
| download | org.eclipse.osee-bf507389b7242d99d4fc92b53ff0899d1ed8c861.zip org.eclipse.osee-bf507389b7242d99d4fc92b53ff0899d1ed8c861.tar.gz org.eclipse.osee-bf507389b7242d99d4fc92b53ff0899d1ed8c861.tar.bz2 | |
refactor[ats_PRNVV]: Clean up of database relation integrity health checks
| -rw-r--r-- | plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/dbHealth/RelationIntegrityCheck.java | 3 |
1 files changed, 1 insertions, 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 8a50c9f..f8d1e1e 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); } |

