// Commented out as this has been replaced by an OSGi service or
// Context function, left here intentially for reference
//package com.example.e4.rcp.todo.services;
//
//import com.example.e4.rcp.todo.model.ITodoService;
//import com.example.e4.rcp.todo.services.internal.MyTodoServiceImpl;
//
//public class TodoServiceFactory {
// private static ITodoService todoService = new MyTodoServiceImpl();
// public static ITodoService getInstance() {
// return todoService;
// }
//}