Cleaning up code for runtime, installer, RMI, compiler for the Java side
[iot2.git] / iotjava / iotinstaller / TableRelation.java
index 2bcaba5a692a8f48f984c9ed30891c51a2c5e187..57d0d91d3bafff51bc6cd2c4022ca937c6532fc8 100644 (file)
@@ -97,8 +97,6 @@ public final class TableRelation extends TableSet {
 
                        try {
                                String strCommand = "SELECT " + strTableName + ".* "
-                                                                                                               /*+ strOtherTableName + ".*, "
-                                                                                                                + STR_COMM_TABLE_NAME + ".ACCESS "*/
                                                                                                                + "FROM "
                                                                                                                + strTableName + ", "
                                                                                                                + strOtherTableName + ", "
@@ -143,7 +141,6 @@ public final class TableRelation extends TableSet {
                        try {
                                String strCommand = "SELECT "/*+ strTableName + ".*, "*/
                                                                                                                + strOtherTableName + ".* "
-                                                                                                               /*+ STR_COMM_TABLE_NAME + ".ACCESS "*/
                                                                                                                + "FROM "
                                                                                                                + strTableName + ", "
                                                                                                                + strOtherTableName + ", "