|
From: Hirzel P. <ph...@us...> - 2005-12-22 12:34:48
|
Update of /cvsroot/tcotool/TCO-Tool/src/org/tcotool/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29746/src/org/tcotool/tools Modified Files: ModelUtility.java Log Message: Refactoring: documentation Index: ModelUtility.java =================================================================== RCS file: /cvsroot/tcotool/TCO-Tool/src/org/tcotool/tools/ModelUtility.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ModelUtility.java 13 Dec 2005 14:04:14 -0000 1.7 --- ModelUtility.java 22 Dec 2005 12:34:40 -0000 1.8 *************** *** 46,51 **** private String file = null; private Diagram dependencyDiagram = null; - // private long maxUsage = 12; // at least 12 month - // private long maxDepreciation = 12; // at least 12 month /** --- 46,49 ---- *************** *** 136,140 **** ((TcoPackage)element).setNamespaceId(((TcoPackage)owner).getId()); } ! return element; } --- 134,138 ---- ((TcoPackage)element).setNamespaceId(((TcoPackage)owner).getId()); } ! return element; } *************** *** 542,546 **** } /** ! * Returns the appropriate icon */ public Icon getIcon(Object node, boolean expanded) { --- 540,544 ---- } /** ! * Returns the appropriate icon for node Element. */ public Icon getIcon(Object node, boolean expanded) { |