Skip to content

Commit

Permalink
Enable svn keyword substitution.
Browse files Browse the repository at this point in the history
Fix javadoc in KeySegment.


git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@362 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Oct 29, 2010
1 parent 6b74aec commit da25c97
Show file tree
Hide file tree
Showing 25 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions src/org/olap4j/AllocationPolicy.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/CellSetListener.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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 {

Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/Scenario.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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 {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/impl/IdentifierParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/impl/UnmodifiableArrayList.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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<T>
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/impl/UnmodifiableArrayMap.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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<K, V>
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/layout/CellSetFormatter.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -19,7 +19,7 @@
* specification and is subject to change without notice.</b></p>
*
* @author jhyde
* @version $Id:$
* @version $Id$
* @since Apr 15, 2009
*/
public interface CellSetFormatter {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/layout/RectangularCellSetFormatter.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -51,7 +51,7 @@
* specification and is subject to change without notice.</b></p>
*
* @author jhyde
* @version $Id:$
* @version $Id$
* @since Apr 15, 2009
*/
public class RectangularCellSetFormatter implements CellSetFormatter {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/layout/TraditionalCellSetFormatter.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -24,7 +24,7 @@
* specification and is subject to change without notice.</b></p>
*
* @author jhyde
* @version $Id:$
* @version $Id$
* @since Apr 15, 2009
*/
public class TraditionalCellSetFormatter implements CellSetFormatter {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/mdx/IdentifierSegment.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -33,7 +33,7 @@
* {@link org.olap4j.mdx.IdentifierNode#getSegmentList()} on the resulting
* node.</p>
*
* @version $Id: IdentifierNode.java 359 2010-10-14 21:24:51Z jhyde $
* @version $Id$
* @author jhyde
*/
public interface IdentifierSegment {
Expand Down
10 changes: 5 additions & 5 deletions src/org/olap4j/mdx/KeySegment.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,13 +17,13 @@
* Segment that represents a key or compound key.
*
* <p>Such a segment appears in an identifier with each component prefixed
* with '&amp;'. For example, in the identifier
* '{@code [Customer].[State].&amp;[WA]&amp;[USA]}', the third segment is a
* compound key whose parts are "@{code WA}" and "{@code USA}".
* with "&amp;". For example, in the identifier
* "<code>[Customer].[State].&amp;[WA]&amp;[USA]</code>", 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 {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/mdx/NameSegment.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/mdx/Quoting.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/metadata/DictionaryImpl.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,7 +17,7 @@
* Implementation of {@link org.olap4j.metadata.XmlaConstant.Dictionary}.
*
* @author jhyde
* @version $Id: $
* @version $Id$
*/
class DictionaryImpl<E extends Enum<E> & XmlaConstant>
implements XmlaConstant.Dictionary<E>
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/metadata/XmlaConstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
* </table>
*
* @author jhyde
* @version $Id: $
* @version $Id$
*/
public interface XmlaConstant {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/metadata/XmlaConstants.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -14,7 +14,7 @@
* Analysis (XMLA) and OLE DB for OLAP specifications.
*
* @author jhyde
* @version $Id: $
* @version $Id$
*/
public class XmlaConstants
{
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/query/Olap4jNodeConverter.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/query/QueryEvent.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -15,7 +15,7 @@
* Describes which changes were performed to the query model.
*
* @author Luc Boudreau
* @version $Id: $
* @version $Id$
*/
public final class QueryEvent {

Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/query/QueryNode.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/query/QueryNodeImpl.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -18,7 +18,7 @@
* implements operations to support listeners.
*
* @author Luc Boudreau
* @version $Id: $
* @version $Id$
*/
abstract class QueryNodeImpl implements QueryNode {

Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/query/QueryNodeListener.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -14,7 +14,7 @@
* have to implement this interface.
*
* @author Luc Boudreau
* @version $Id: $
* @version $Id$
*/
public interface QueryNodeListener {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/query/SortOrder.java
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/sample/PaloConnection.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion testsrc/org/olap4j/OlapTreeTest.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion testsrc/org/olap4j/RemoteXmlaTester.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* to remote XML/A servers.
*
* @author Luc Boudreau
* @version $Id:$
* @version $Id$
*/
public class RemoteXmlaTester implements Tester {

Expand Down

0 comments on commit da25c97

Please sign in to comment.