Made class final as the only constructor has private modifier
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b252a51c5e
commit
4808b73a7c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import java.util.logging.Logger;
|
|||
*
|
||||
* @version $Rev$ $Date$
|
||||
*/
|
||||
public class ServiceDiscovery implements ServiceDiscoverer {
|
||||
public final class ServiceDiscovery implements ServiceDiscoverer {
|
||||
private static final Logger logger = Logger.getLogger(ServiceDiscovery.class.getName());
|
||||
|
||||
private final static ServiceDiscovery INSTANCE = new ServiceDiscovery();
|
||||
|
|
Loading…
Add table
Reference in a new issue