diff options
| author | Andrei Aiordachioaie <a.aiordachioaie@jacobs-university.de> | 2009-05-29 12:38:32 +0200 |
|---|---|---|
| committer | Andrei <a.aiordachioaie@jacobs-university.de> | 2009-07-07 10:52:30 +0200 |
| commit | c86977b6aaea3f635fc8ebee7c03cb3a0080c9ec (patch) | |
| tree | 15bac9f8ea3eecc87d26d08f23a003b13376f1f0 /src/grammar/WCPSRequest.java | |
| parent | f8a46d792930649163ccc3c08b379b16d9d7f772 (diff) | |
Class renaming + file cleanup
Diffstat (limited to 'src/grammar/WCPSRequest.java')
| -rw-r--r-- | src/grammar/WCPSRequest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grammar/WCPSRequest.java b/src/grammar/WCPSRequest.java index 048808b..031f74e 100644 --- a/src/grammar/WCPSRequest.java +++ b/src/grammar/WCPSRequest.java @@ -49,13 +49,11 @@ public class WCPSRequest implements IParseTreeNode public void setWhere(WhereClause w)
{
- System.err.println("Adding where clause !");
whereClause = w;
}
public void setReturn(ReturnClause r)
{
- System.err.println("Adding return clause !");
returnClause = r;
}
|
