From cc901690a8e3e41a1958ae33d95462031fba8e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magdalena=20Grodzi=C5=84ska?= Date: Sun, 12 Jan 2020 23:07:32 +0100 Subject: Fix query value typo --- src/main/java/pl/edu/mimuw/cloudatlas/model/ValueQuery.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main/java/pl/edu/mimuw/cloudatlas/model') diff --git a/src/main/java/pl/edu/mimuw/cloudatlas/model/ValueQuery.java b/src/main/java/pl/edu/mimuw/cloudatlas/model/ValueQuery.java index c5d4b54..6839e4c 100644 --- a/src/main/java/pl/edu/mimuw/cloudatlas/model/ValueQuery.java +++ b/src/main/java/pl/edu/mimuw/cloudatlas/model/ValueQuery.java @@ -23,7 +23,6 @@ public class ValueQuery extends Value { /** * Constructs a new ValueQuery object. * - * @param name the name of the query * @param query the code of the query */ public ValueQuery(String query) throws Exception { @@ -61,10 +60,6 @@ public class ValueQuery extends Value { public void setTimestamp(long timestamp) { this.timestamp = timestamp; } - public String getCode() { - return code; - } - @Override public Type getType() { return TypePrimitive.QUERY; -- cgit v1.2.3