Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/service
In directory sc8-pr-cvs1:/tmp/cvs-serv32256/modules/core/src/com/babeldoc/core/service
Modified Files:
ServiceFactory.java
Log Message:
More updates to the documentation - less javascript and more java in the documentation pipeline.
Index: ServiceFactory.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/service/ServiceFactory.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ServiceFactory.java 27 Jun 2003 02:20:00 -0000 1.6
--- ServiceFactory.java 9 Aug 2003 00:21:13 -0000 1.7
***************
*** 72,75 ****
--- 72,76 ----
import java.util.HashMap;
import java.util.Iterator;
+ import java.util.Map;
***************
*** 103,107 ****
* @return
*/
! public static HashMap getAllServices(String serviceType) {
//put dot at the end of type to get prefix
if (!serviceType.endsWith(".")) {
--- 104,108 ----
* @return
*/
! public static Map getAllServices(String serviceType) {
//put dot at the end of type to get prefix
if (!serviceType.endsWith(".")) {
|