[Nice-commit] Nice/src/bossa/link Dispatch.java,1.61,1.62
Brought to you by:
bonniot
From: <bo...@us...> - 2003-09-11 20:56:38
|
Update of /cvsroot/nice/Nice/src/bossa/link In directory sc8-pr-cvs1:/tmp/cvs-serv29355/src/bossa/link Modified Files: Dispatch.java Log Message: Typo. Index: Dispatch.java =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/link/Dispatch.java,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** Dispatch.java 2 Sep 2003 23:14:14 -0000 1.61 --- Dispatch.java 11 Sep 2003 20:56:35 -0000 1.62 *************** *** 162,166 **** boolean[] isValue = new boolean[method.getArity()]; List values = generateValues(sortedAlternatives, isValue); ! boolean hasValues = values.size() > 0; int nb_errors = 0; --- 162,166 ---- boolean[] isValue = new boolean[method.getArity()]; List values = generateValues(sortedAlternatives, isValue); ! boolean hasValues = values.size() > 0; int nb_errors = 0; |