From da25c9722dab7b5d1a89a3e0dc468d20fe09e50e Mon Sep 17 00:00:00 2001
From: Julian Hyde
Date: Fri, 29 Oct 2010 22:17:07 +0000
Subject: [PATCH] Enable svn keyword substitution. Fix javadoc in KeySegment.
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@362 c6a108a4-781c-0410-a6c6-c2d559e19af0
---
src/org/olap4j/AllocationPolicy.java | 4 ++--
src/org/olap4j/CellSetListener.java | 4 ++--
src/org/olap4j/Scenario.java | 4 ++--
src/org/olap4j/impl/IdentifierParser.java | 2 +-
src/org/olap4j/impl/UnmodifiableArrayList.java | 4 ++--
src/org/olap4j/impl/UnmodifiableArrayMap.java | 4 ++--
src/org/olap4j/layout/CellSetFormatter.java | 4 ++--
src/org/olap4j/layout/RectangularCellSetFormatter.java | 4 ++--
src/org/olap4j/layout/TraditionalCellSetFormatter.java | 4 ++--
src/org/olap4j/mdx/IdentifierSegment.java | 4 ++--
src/org/olap4j/mdx/KeySegment.java | 10 +++++-----
src/org/olap4j/mdx/NameSegment.java | 4 ++--
src/org/olap4j/mdx/Quoting.java | 4 ++--
src/org/olap4j/metadata/DictionaryImpl.java | 4 ++--
src/org/olap4j/metadata/XmlaConstant.java | 2 +-
src/org/olap4j/metadata/XmlaConstants.java | 4 ++--
src/org/olap4j/query/Olap4jNodeConverter.java | 2 +-
src/org/olap4j/query/QueryEvent.java | 4 ++--
src/org/olap4j/query/QueryNode.java | 2 +-
src/org/olap4j/query/QueryNodeImpl.java | 4 ++--
src/org/olap4j/query/QueryNodeListener.java | 4 ++--
src/org/olap4j/query/SortOrder.java | 4 ++--
src/org/olap4j/sample/PaloConnection.java | 2 +-
testsrc/org/olap4j/OlapTreeTest.java | 2 +-
testsrc/org/olap4j/RemoteXmlaTester.java | 2 +-
25 files changed, 46 insertions(+), 46 deletions(-)
diff --git a/src/org/olap4j/AllocationPolicy.java b/src/org/olap4j/AllocationPolicy.java
index 146487b..145d0d4 100644
--- a/src/org/olap4j/AllocationPolicy.java
+++ b/src/org/olap4j/AllocationPolicy.java
@@ -1,5 +1,5 @@
/*
-// $Id: Cell.java 229 2009-05-08 19:11:29Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -16,7 +16,7 @@
* @see Cell#setValue
*
* @author jhyde
- * @version $Id: Cell.java 229 2009-05-08 19:11:29Z jhyde $
+ * @version $Id$
* @since Aug 22, 2006
*/
public enum AllocationPolicy {
diff --git a/src/org/olap4j/CellSetListener.java b/src/org/olap4j/CellSetListener.java
index 54a96fe..4e7600c 100644
--- a/src/org/olap4j/CellSetListener.java
+++ b/src/org/olap4j/CellSetListener.java
@@ -1,5 +1,5 @@
/*
-// $Id: CellSet.java 310 2010-04-23 19:57:41Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -69,7 +69,7 @@
* the server may be able to store less information in order to track the cell
* set.
*
- * @version $Id: $
+ * @version $Id$
*/
public interface CellSetListener {
diff --git a/src/org/olap4j/Scenario.java b/src/org/olap4j/Scenario.java
index 798337b..c80c2f9 100644
--- a/src/org/olap4j/Scenario.java
+++ b/src/org/olap4j/Scenario.java
@@ -1,5 +1,5 @@
/*
-// $Id: //open/mondrian/src/main/mondrian/olap/Scenario.java#4 $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -29,7 +29,7 @@
*
* @author jhyde
* @since 24 April, 2009
- * @version $Id: //open/mondrian/src/main/mondrian/olap/Scenario.java#4 $
+ * @version $Id$
*/
public interface Scenario {
/**
diff --git a/src/org/olap4j/impl/IdentifierParser.java b/src/org/olap4j/impl/IdentifierParser.java
index 25aa5ba..ceed7dd 100644
--- a/src/org/olap4j/impl/IdentifierParser.java
+++ b/src/org/olap4j/impl/IdentifierParser.java
@@ -21,7 +21,7 @@
* without notice. It is provided in the hope that it will be useful to
* implementors of olap4j drivers.
*
- * @version $Id: $
+ * @version $Id$
* @author jhyde
*/
public class IdentifierParser {
diff --git a/src/org/olap4j/impl/UnmodifiableArrayList.java b/src/org/olap4j/impl/UnmodifiableArrayList.java
index c2b22ac..eb8ca5e 100644
--- a/src/org/olap4j/impl/UnmodifiableArrayList.java
+++ b/src/org/olap4j/impl/UnmodifiableArrayList.java
@@ -1,5 +1,5 @@
/*
-// $Id: AbstractNamedList.java 229 2009-05-08 19:11:29Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -20,7 +20,7 @@
* class has one fewer wrapper object, saving space and indirection effort.
*
* @author jhyde
- * @version $Id: AbstractNamedList.java 229 2009-05-08 19:11:29Z jhyde $
+ * @version $Id$
* @since May 7, 2009
*/
public class UnmodifiableArrayList
diff --git a/src/org/olap4j/impl/UnmodifiableArrayMap.java b/src/org/olap4j/impl/UnmodifiableArrayMap.java
index 642ce4e..a85d6a1 100644
--- a/src/org/olap4j/impl/UnmodifiableArrayMap.java
+++ b/src/org/olap4j/impl/UnmodifiableArrayMap.java
@@ -1,5 +1,5 @@
/*
-// $Id: AbstractNamedList.java 229 2009-05-08 19:11:29Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -24,7 +24,7 @@
* these are even more space-efficient for maps of size 0 and 1.
*
* @author jhyde
- * @version $Id: AbstractNamedList.java 229 2009-05-08 19:11:29Z jhyde $
+ * @version $Id$
* @since Jan 16, 2010
*/
public class UnmodifiableArrayMap
diff --git a/src/org/olap4j/layout/CellSetFormatter.java b/src/org/olap4j/layout/CellSetFormatter.java
index 959d335..67ef827 100644
--- a/src/org/olap4j/layout/CellSetFormatter.java
+++ b/src/org/olap4j/layout/CellSetFormatter.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -19,7 +19,7 @@
* specification and is subject to change without notice.
*
* @author jhyde
- * @version $Id:$
+ * @version $Id$
* @since Apr 15, 2009
*/
public interface CellSetFormatter {
diff --git a/src/org/olap4j/layout/RectangularCellSetFormatter.java b/src/org/olap4j/layout/RectangularCellSetFormatter.java
index bbf41e7..ec4f236 100644
--- a/src/org/olap4j/layout/RectangularCellSetFormatter.java
+++ b/src/org/olap4j/layout/RectangularCellSetFormatter.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -51,7 +51,7 @@
* specification and is subject to change without notice.
*
* @author jhyde
- * @version $Id:$
+ * @version $Id$
* @since Apr 15, 2009
*/
public class RectangularCellSetFormatter implements CellSetFormatter {
diff --git a/src/org/olap4j/layout/TraditionalCellSetFormatter.java b/src/org/olap4j/layout/TraditionalCellSetFormatter.java
index 4498110..2722bb1 100644
--- a/src/org/olap4j/layout/TraditionalCellSetFormatter.java
+++ b/src/org/olap4j/layout/TraditionalCellSetFormatter.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -24,7 +24,7 @@
* specification and is subject to change without notice.
*
* @author jhyde
- * @version $Id:$
+ * @version $Id$
* @since Apr 15, 2009
*/
public class TraditionalCellSetFormatter implements CellSetFormatter {
diff --git a/src/org/olap4j/mdx/IdentifierSegment.java b/src/org/olap4j/mdx/IdentifierSegment.java
index 1ec6a23..7c00372 100644
--- a/src/org/olap4j/mdx/IdentifierSegment.java
+++ b/src/org/olap4j/mdx/IdentifierSegment.java
@@ -1,5 +1,5 @@
/*
-// $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -33,7 +33,7 @@
* {@link org.olap4j.mdx.IdentifierNode#getSegmentList()} on the resulting
* node.
*
- * @version $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
+ * @version $Id$
* @author jhyde
*/
public interface IdentifierSegment {
diff --git a/src/org/olap4j/mdx/KeySegment.java b/src/org/olap4j/mdx/KeySegment.java
index 36f4587..fb12871 100644
--- a/src/org/olap4j/mdx/KeySegment.java
+++ b/src/org/olap4j/mdx/KeySegment.java
@@ -1,5 +1,5 @@
/*
-// $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -17,13 +17,13 @@
* Segment that represents a key or compound key.
*
* Such a segment appears in an identifier with each component prefixed
- * with '&'. For example, in the identifier
- * '{@code [Customer].[State].&[WA]&[USA]}', the third segment is a
- * compound key whose parts are "@{code WA}" and "{@code USA}".
+ * with "&". For example, in the identifier
+ * "[Customer].[State].&[WA]&[USA]
", the third segment is
+ * a compound key whose parts are "{@code WA}" and "{@code USA}".
*
* @see org.olap4j.mdx.NameSegment
*
- * @version $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
+ * @version $Id$
* @author jhyde
*/
public class KeySegment implements IdentifierSegment {
diff --git a/src/org/olap4j/mdx/NameSegment.java b/src/org/olap4j/mdx/NameSegment.java
index c34cfde..16997e9 100644
--- a/src/org/olap4j/mdx/NameSegment.java
+++ b/src/org/olap4j/mdx/NameSegment.java
@@ -1,5 +1,5 @@
/*
-// $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -19,7 +19,7 @@
*
* @see KeySegment
*
- * @version $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
+ * @version $Id$
* @author jhyde
*/
public class NameSegment implements IdentifierSegment {
diff --git a/src/org/olap4j/mdx/Quoting.java b/src/org/olap4j/mdx/Quoting.java
index 348fa0b..5ecce7d 100644
--- a/src/org/olap4j/mdx/Quoting.java
+++ b/src/org/olap4j/mdx/Quoting.java
@@ -1,5 +1,5 @@
/*
-// $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -15,7 +15,7 @@
*
* @see org.olap4j.mdx.IdentifierSegment
*
- * @version $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
+ * @version $Id$
* @author jhyde
*/
public enum Quoting {
diff --git a/src/org/olap4j/metadata/DictionaryImpl.java b/src/org/olap4j/metadata/DictionaryImpl.java
index bd3bcdc..57720a3 100644
--- a/src/org/olap4j/metadata/DictionaryImpl.java
+++ b/src/org/olap4j/metadata/DictionaryImpl.java
@@ -1,5 +1,5 @@
/*
-// $Id: Datatype.java 253 2009-06-30 03:06:10Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -17,7 +17,7 @@
* Implementation of {@link org.olap4j.metadata.XmlaConstant.Dictionary}.
*
* @author jhyde
- * @version $Id: $
+ * @version $Id$
*/
class DictionaryImpl & XmlaConstant>
implements XmlaConstant.Dictionary
diff --git a/src/org/olap4j/metadata/XmlaConstant.java b/src/org/olap4j/metadata/XmlaConstant.java
index 118efbb..d4828d5 100644
--- a/src/org/olap4j/metadata/XmlaConstant.java
+++ b/src/org/olap4j/metadata/XmlaConstant.java
@@ -126,7 +126,7 @@
*
*
* @author jhyde
- * @version $Id: $
+ * @version $Id$
*/
public interface XmlaConstant {
/**
diff --git a/src/org/olap4j/metadata/XmlaConstants.java b/src/org/olap4j/metadata/XmlaConstants.java
index e4bfedc..29b3770 100644
--- a/src/org/olap4j/metadata/XmlaConstants.java
+++ b/src/org/olap4j/metadata/XmlaConstants.java
@@ -1,5 +1,5 @@
/*
-// $Id: Datatype.java 253 2009-06-30 03:06:10Z jhyde $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -14,7 +14,7 @@
* Analysis (XMLA) and OLE DB for OLAP specifications.
*
* @author jhyde
- * @version $Id: $
+ * @version $Id$
*/
public class XmlaConstants
{
diff --git a/src/org/olap4j/query/Olap4jNodeConverter.java b/src/org/olap4j/query/Olap4jNodeConverter.java
index 3e27530..d20a057 100644
--- a/src/org/olap4j/query/Olap4jNodeConverter.java
+++ b/src/org/olap4j/query/Olap4jNodeConverter.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
diff --git a/src/org/olap4j/query/QueryEvent.java b/src/org/olap4j/query/QueryEvent.java
index 5252b02..cbb0180 100644
--- a/src/org/olap4j/query/QueryEvent.java
+++ b/src/org/olap4j/query/QueryEvent.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -15,7 +15,7 @@
* Describes which changes were performed to the query model.
*
* @author Luc Boudreau
- * @version $Id: $
+ * @version $Id$
*/
public final class QueryEvent {
diff --git a/src/org/olap4j/query/QueryNode.java b/src/org/olap4j/query/QueryNode.java
index cd5d341..04ad151 100644
--- a/src/org/olap4j/query/QueryNode.java
+++ b/src/org/olap4j/query/QueryNode.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
diff --git a/src/org/olap4j/query/QueryNodeImpl.java b/src/org/olap4j/query/QueryNodeImpl.java
index a0b18f9..e20da6f 100644
--- a/src/org/olap4j/query/QueryNodeImpl.java
+++ b/src/org/olap4j/query/QueryNodeImpl.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -18,7 +18,7 @@
* implements operations to support listeners.
*
* @author Luc Boudreau
- * @version $Id: $
+ * @version $Id$
*/
abstract class QueryNodeImpl implements QueryNode {
diff --git a/src/org/olap4j/query/QueryNodeListener.java b/src/org/olap4j/query/QueryNodeListener.java
index 043a640..6ad3fa9 100644
--- a/src/org/olap4j/query/QueryNodeListener.java
+++ b/src/org/olap4j/query/QueryNodeListener.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -14,7 +14,7 @@
* have to implement this interface.
*
* @author Luc Boudreau
- * @version $Id: $
+ * @version $Id$
*/
public interface QueryNodeListener {
/**
diff --git a/src/org/olap4j/query/SortOrder.java b/src/org/olap4j/query/SortOrder.java
index 55803f8..500505e 100644
--- a/src/org/olap4j/query/SortOrder.java
+++ b/src/org/olap4j/query/SortOrder.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
@@ -11,7 +11,7 @@
/**
* Defines in what order to perform sort operations.
* @author Luc Boudreau
- * @version $Id:$
+ * @version $Id$
* @since 0.9.8
*/
public enum SortOrder {
diff --git a/src/org/olap4j/sample/PaloConnection.java b/src/org/olap4j/sample/PaloConnection.java
index 92922e6..d1da2af 100644
--- a/src/org/olap4j/sample/PaloConnection.java
+++ b/src/org/olap4j/sample/PaloConnection.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
diff --git a/testsrc/org/olap4j/OlapTreeTest.java b/testsrc/org/olap4j/OlapTreeTest.java
index e88f020..f940c04 100644
--- a/testsrc/org/olap4j/OlapTreeTest.java
+++ b/testsrc/org/olap4j/OlapTreeTest.java
@@ -1,5 +1,5 @@
/*
-// $Id:$
+// $Id$
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
diff --git a/testsrc/org/olap4j/RemoteXmlaTester.java b/testsrc/org/olap4j/RemoteXmlaTester.java
index d886855..a92b190 100644
--- a/testsrc/org/olap4j/RemoteXmlaTester.java
+++ b/testsrc/org/olap4j/RemoteXmlaTester.java
@@ -22,7 +22,7 @@
* to remote XML/A servers.
*
* @author Luc Boudreau
- * @version $Id:$
+ * @version $Id$
*/
public class RemoteXmlaTester implements Tester {