Skip to content

Commit

Permalink
Enable keyword expansion.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@43 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Nov 21, 2007
1 parent ba29a42 commit dcd6e4d
Show file tree
Hide file tree
Showing 28 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion doc/tasks.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tasks for olap4j 0.9
# Author: Julian Hyde
# $Id: $
# $Id$

Introduction: How to use this document
--------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/mondrian/olap4j/ArrayNamedListImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @see mondrian.olap4j.NamedListImpl
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Nov 12, 2007
*/
public abstract class ArrayNamedListImpl<T>
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/Factory.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 Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
Expand All @@ -24,7 +24,7 @@
* and JDBC 4.0 (which occurs in JDK 1.6).
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 14, 2007
*/
interface Factory {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/FactoryJdbc3Impl.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 Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
Expand All @@ -18,7 +18,7 @@
* Implementation of {@link mondrian.olap4j.Factory} for JDBC 3.0.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 14, 2007
*/
class FactoryJdbc3Impl implements Factory {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/FactoryJdbc4Impl.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 Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
Expand All @@ -23,7 +23,7 @@
* Implementation of {@link Factory} for JDBC 4.0.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 14, 2007
*/
class FactoryJdbc4Impl implements Factory {
Expand Down
2 changes: 1 addition & 1 deletion src/mondrian/olap4j/MondrianOlap4jCellSetAxisMetaData.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* for the Mondrian OLAP engine.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Nov 17, 2007
*/
class MondrianOlap4jCellSetAxisMetaData implements CellSetAxisMetaData {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jCellSetMetaData.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 Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
Expand All @@ -21,7 +21,7 @@
* for the Mondrian OLAP engine.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 13, 2007
*/
class MondrianOlap4jCellSetMetaData implements CellSetMetaData {
Expand Down
2 changes: 1 addition & 1 deletion src/mondrian/olap4j/MondrianOlap4jNamedSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* for the Mondrian OLAP engine.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Nov 12, 2007
*/
public class MondrianOlap4jNamedSet implements NamedSet, Named {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jPreparedStatement.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 Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
Expand Down Expand Up @@ -28,7 +28,7 @@
* for the Mondrian OLAP engine.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 12, 2007
*/
abstract class MondrianOlap4jPreparedStatement
Expand Down
2 changes: 1 addition & 1 deletion src/mondrian/olap4j/MondrianOlap4jProperty.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* {@link mondrian.olap.Property}.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Nov 12, 2007
*/
class MondrianOlap4jProperty implements Property, Named {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/OlapWrapper.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 Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
Expand Down Expand Up @@ -59,7 +59,7 @@
* to create a JDBC 4.0 connection and convert it to an olap4j connection.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 14, 2007
*/
public interface OlapWrapper {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/EmptyResultSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* any instances for this particular driver.</p>
*
* @author jhyde
* @version $Id: EmptyResultSet.java 22 2007-06-15 02:23:07Z jhyde $
* @version $Id$
* @since May 24, 2007
*/
abstract class EmptyResultSet implements ResultSet, OlapWrapper {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/Factory.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* and JDBC 4.0 (which occurs in JDK 1.6).
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 14, 2007
*/
interface Factory {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/FactoryJdbc3Impl.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Implementation of {@link Factory} for JDBC 3.0.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 14, 2007
*/
class FactoryJdbc3Impl implements Factory {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/FactoryJdbc4Impl.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Implementation of {@link Factory} for JDBC 4.0.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 14, 2007
*/
class FactoryJdbc4Impl implements Factory {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/Named.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* {@link org.olap4j.metadata.NamedList} which works on such objects.
*
* @author jhyde
* @version $Id: Named.java 20 2007-06-10 23:09:28Z jhyde $
* @version $Id$
* @since May 23, 2007
*/
interface Named {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/NamedListImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* the {@link Named} interface.
*
* @author jhyde
* @version $Id: NamedListImpl.java 20 2007-06-10 23:09:28Z jhyde $
* @version $Id$
* @since May 23, 2007
*/
class NamedListImpl<T extends Named>
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jCellSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* for XML/A providers.
*
* @author jhyde
* @version $Id: MondrianOlap4jCellSet.java 22 2007-06-15 02:23:07Z jhyde $
* @version $Id$
* @since May 24, 2007
*/
abstract class XmlaOlap4jCellSet implements CellSet {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMetaData.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* for the Mondrian OLAP engine.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 13, 2007
*/
class XmlaOlap4jCellSetMetaData implements CellSetMetaData {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* for XML/A providers.
*
* @author jhyde
* @version $Id: MondrianOlap4jConnection.java 23 2007-06-15 03:53:14Z jhyde $
* @version $Id$
* @since May 23, 2007
*/
abstract class XmlaOlap4jConnection implements OlapConnection {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jDatabaseMetaData.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* for XML/A providers.
*
* @author jhyde
* @version $Id: MondrianOlap4jDatabaseMetaData.java 22 2007-06-15 02:23:07Z jhyde $
* @version $Id$
* @since May 23, 2007
*/
abstract class XmlaOlap4jDatabaseMetaData implements OlapDatabaseMetaData {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* </table>
*
* @author jhyde
* @version $Id: MondrianOlap4jDriver.java 23 2007-06-15 03:53:14Z jhyde $
* @version $Id$
* @since May 22, 2007
*/
public class XmlaOlap4jDriver implements Driver {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* for XML/A providers.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Jun 12, 2007
*/
abstract class XmlaOlap4jPreparedStatement
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* for XML/A providers.
*
* @author jhyde
* @version $Id: MondrianOlap4jSchema.java 22 2007-06-15 02:23:07Z jhyde $
* @version $Id$
* @since May 24, 2007
*/
class XmlaOlap4jSchema implements Schema, Named {
Expand Down
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jStatement.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* for XML/A providers.
*
* @author jhyde
* @version $Id: MondrianOlap4jStatement.java 22 2007-06-15 02:23:07Z jhyde $
* @version $Id$
* @since May 24, 2007
*/
class XmlaOlap4jStatement implements OlapStatement {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/mdx/ParseRegion.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: ParseTreeNode.java 20 2007-06-10 23:09:28Z jhyde $
// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
Expand Down Expand Up @@ -29,7 +29,7 @@
*
* <p>Regions are immutable.
*
* @version $Id: $
* @version $Id$
* @author jhyde
*/
public class ParseRegion {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/mdx/parser/MdxParseException.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: ParseTreeNode.java 20 2007-06-10 23:09:28Z jhyde $
// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
Expand All @@ -16,7 +16,7 @@
* indicate an error in parsing. Has a {@link org.olap4j.mdx.ParseRegion}.
*
* @author jhyde
* @version $Id: $
* @version $Id$
*/
public class MdxParseException extends RuntimeException {
private final ParseRegion region;
Expand Down
2 changes: 1 addition & 1 deletion testsrc/org/olap4j/MetadataTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Unit test for olap4j metadata methods.
*
* @version $Id: ConnectionTest.java 31 2007-09-22 02:29:21Z jhyde $
* @version $Id$
*/
public class MetadataTest extends TestCase {
private static final String NL = System.getProperty("line.separator");
Expand Down

0 comments on commit dcd6e4d

Please sign in to comment.