From 1716b3a338b19b9d1be39696866b376aed216c9a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Oct 2015 13:43:35 +0200 Subject: remove some useless comments found with git grep '// /' Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745 --- forms/qa/integration/forms/FormControlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms') diff --git a/forms/qa/integration/forms/FormControlTest.java b/forms/qa/integration/forms/FormControlTest.java index de096949c017..eac48209ca60 100644 --- a/forms/qa/integration/forms/FormControlTest.java +++ b/forms/qa/integration/forms/FormControlTest.java @@ -475,7 +475,7 @@ public class FormControlTest extends complexlib.ComplexTestCase implements XSQLE if ( databaseContext.hasByName( m_dataSourceName ) ) namingService.revokeObject( m_dataSourceName ); - // // create a new ODB file, and register it with its URL + // create a new ODB file, and register it with its URL m_databaseDocument = new HsqlDatabase( m_orb ); String documentURL = m_databaseDocument.getDocumentURL(); namingService.registerObject( m_dataSourceName, databaseContext.getByName( documentURL ) ); -- cgit