[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model Geometric.java, 1.11, 1.12
Status: Pre-Alpha
Brought to you by:
henryml
From: Nordholt <nor...@us...> - 2006-09-11 14:58:20
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4171/src/net/sourceforge/bprocessor/model Modified Files: Geometric.java Log Message: Corrected spelling in documentation :) Index: Geometric.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Geometric.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Geometric.java 5 Sep 2006 11:01:37 -0000 1.11 --- Geometric.java 11 Sep 2006 14:58:17 -0000 1.12 *************** *** 86,90 **** /** ! * Check how much of the give direction this object can move * @param x the x distance * @param y the y distance --- 86,90 ---- /** ! * Check how much of the given direction this object can move * @param x the x distance * @param y the y distance |