checkstyle
[utils] / test / enterprise / src / test / java / org / wamblee / support / persistence / MyTables.java
index 9b5c9825538bc778c79212eee420a3c2eb232283..e0a337fe352e4a0a54e61e22f60691b4b85232b3 100644 (file)
@@ -34,8 +34,8 @@ public class MyTables implements ITableFilterSimple {
         // Empty.
     }
 
-    public boolean accept(String tableName) throws DataSetException {
-        return tableName.startsWith("XYZ_");
+    public boolean accept(String aTableName) throws DataSetException {
+        return aTableName.startsWith("XYZ_");
     }
 
 }