|
From: <tr...@us...> - 2003-09-16 05:19:09
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/resource In directory sc8-pr-cvs1:/tmp/cvs-serv31207/modules/core/src/com/babeldoc/core/resource Modified Files: ResourceType.java Log Message: updated the commons-lang component. going through all the TODOs and remediating the issues. Index: ResourceType.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/resource/ResourceType.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ResourceType.java 27 Jun 2003 02:19:59 -0000 1.4 --- ResourceType.java 16 Sep 2003 05:19:01 -0000 1.5 *************** *** 71,76 **** /** * Characterize the type of resource. This type maps to a name and a class to ! * actually provide a concrete implementation. TODO: Implement this in terms ! * of Type * * @author Bmcdonald --- 71,75 ---- /** * Characterize the type of resource. This type maps to a name and a class to ! * actually provide a concrete implementation. * * @author Bmcdonald |