Skip to content

Commit

Permalink
MONDRIAN: Fix bug 692422 (assignment has no effect) in ResourceGenTask.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 333]
  • Loading branch information
julianhyde committed Feb 27, 2003
1 parent 531ab09 commit 580bf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Binary file modified lib/boot.jar
Binary file not shown.
8 changes: 2 additions & 6 deletions src/main/mondrian/resource/ResourceGenTask.java
Expand Up @@ -12,16 +12,12 @@

package mondrian.resource;

import org.apache.tools.ant.Task;
import org.apache.tools.ant.TaskContainer;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;

import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Locale;
import java.util.StringTokenizer;
import java.net.URL;

/**
* A <code>ResourceGenTask</code> is an ANT task to invoke the mondrian
Expand Down Expand Up @@ -227,7 +223,7 @@ public void setName(String name) {
}
/** Sets <a href="#className">className</a>. **/
public void setClassName(String className) {
this.baseClassName = baseClassName;
this.className = className;
}
/** Sets <a href="#baseClassName">baseClassName</a>. **/
public void setBaseClassName(String baseClassName) {
Expand Down

0 comments on commit 580bf92

Please sign in to comment.