static

in src/main/java/org/apache/sling/cta/impl/AgentInfo.java [30:36]


    static {
        try {
            NAME = new ObjectName(AgentInfo.class.getPackage().getName().replace(".impl", "")+":type=Agent");
        } catch (MalformedObjectNameException e) {
            throw new ExceptionInInitializerError(e);
        }
    }