diff options
Diffstat (limited to 'libical/src/java/VQuery.java')
-rw-r--r-- | libical/src/java/VQuery.java | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libical/src/java/VQuery.java b/libical/src/java/VQuery.java deleted file mode 100644 index e94a07327e..0000000000 --- a/libical/src/java/VQuery.java +++ /dev/null @@ -1,24 +0,0 @@ -/*====================================================================== - FILE: VQuery.java - CREATOR: fnguyen 01/11/02 - (C) COPYRIGHT 2002, Critical Path -======================================================================*/ - -package net.cp.jlibical; - -public class VQuery extends VComponent { - public VQuery() - { - super(ICalComponentKind.ICAL_VQUERY_COMPONENT); - } - - public VQuery(long obj) - { - super(obj); - } - - public VQuery(String str) - { - super(str); - } -} |