kc5nra 12 years ago
parent
commit
86adef7bac
4 changed files with 6555 additions and 2 deletions
  1. 1
    0
      .gitignore
  2. 6552
    0
      api/v14.xml
  3. 1
    1
      build.xml
  4. 1
    1
      src/com/iciql/Function.java

+ 1
- 0
.gitignore View File

@@ -1,3 +1,4 @@
/bin
/build
/doclava
/ext

+ 6552
- 0
api/v14.xml
File diff suppressed because it is too large
View File


+ 1
- 1
build.xml View File

@@ -10,7 +10,7 @@
<property name="project.site.dir" value="${basedir}/site" />
<!-- Load publication servers, paths, and credentials -->
<loadproperties srcfile="${basedir}/build.properties" />
<!--<loadproperties srcfile="${basedir}/build.properties" />-->
<!--

+ 1
- 1
src/com/iciql/Function.java View File

@@ -25,7 +25,7 @@ import com.iciql.util.Utils;
public class Function implements Token {
// must be a new instance
private static final Long COUNT_STAR = Long.valueOf(0);
private static final Long COUNT_STAR = new Long(0);
protected Object[] x;
private String name;

Loading…
Cancel
Save