package com.orbekk.same; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class ConnectionManagerImpl { private Logger logger = LoggerFactory.getLogger(getClass()); public ConnectionManagerImpl() { } SameService getConnection(String url) { // TODO: Implement this class. return null; } }