summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Database/OpenQuery.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Database/OpenQuery.java')
-rw-r--r--odk/examples/DevelopersGuide/Database/OpenQuery.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Database/OpenQuery.java b/odk/examples/DevelopersGuide/Database/OpenQuery.java
index 77490f8dbf8f..48e291132691 100644
--- a/odk/examples/DevelopersGuide/Database/OpenQuery.java
+++ b/odk/examples/DevelopersGuide/Database/OpenQuery.java
@@ -50,10 +50,6 @@ public class OpenQuery {
private XComponentContext xContext = null;
private XMultiComponentFactory xMCF = null;
- /** Creates a new instance of OpenQuery */
- public OpenQuery() {
- }
-
/**
* @param args the command line arguments
*/