|
From: Hirzel P. <ph...@us...> - 2006-06-29 22:50:10
|
Update of /cvsroot/tcotool/TCO-Tool/src/org/tcotool/model In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30229/src/org/tcotool/model Modified Files: CostCause.java Log Message: Refactoring: Log-API adapted Index: CostCause.java =================================================================== RCS file: /cvsroot/tcotool/TCO-Tool/src/org/tcotool/model/CostCause.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CostCause.java 18 Mar 2006 17:09:29 -0000 1.2 --- CostCause.java 29 Jun 2006 22:50:05 -0000 1.3 *************** *** 51,55 **** public final void setIliCode(String iliCode) { if (getIliCode() != null) { ! throw new DeveloperException(this, "setIliCode()", "IliCode must not be changed!"); } --- 51,55 ---- public final void setIliCode(String iliCode) { if (getIliCode() != null) { ! throw new DeveloperException("IliCode must not be changed!"); } |