mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
CodeFragmentFactory -> abstract class
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ import java.util.Map;
|
||||
* @author Eugene Zhuravlev
|
||||
* Date: Aug 30, 2010
|
||||
*/
|
||||
public class CodeFragmentFactoryContextWrapper implements CodeFragmentFactory{
|
||||
public class CodeFragmentFactoryContextWrapper extends CodeFragmentFactory {
|
||||
public static final Key<Value> LABEL_VARIABLE_VALUE_KEY = Key.create("_label_variable_value_key_");
|
||||
public static final String DEBUG_LABEL_SUFFIX = "_DebugLabel";
|
||||
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ import java.util.concurrent.atomic.AtomicReference;
|
||||
* @author Eugene Zhuravlev
|
||||
* Date: Jun 7, 2005
|
||||
*/
|
||||
public class DefaultCodeFragmentFactory implements CodeFragmentFactory {
|
||||
public class DefaultCodeFragmentFactory extends CodeFragmentFactory {
|
||||
private static final class SingletonHolder {
|
||||
public static final DefaultCodeFragmentFactory ourInstance = new DefaultCodeFragmentFactory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user