kc5nra il y a 12 ans
Parent
révision
86adef7bac
4 fichiers modifiés avec 6555 ajouts et 2 suppressions
  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 Voir le fichier

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

+ 6552
- 0
api/v14.xml
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1
- 1
build.xml Voir le fichier

@@ -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 Voir le fichier

@@ -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;

Chargement…
Annuler
Enregistrer