X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fenvironment%2Ffilter%2FAcceptAllNamespaceFilter.java;h=fbc6a365a01b9a289dadd7e788ebafd72ad642c8;hb=84b211a0aa05c956d33e038a1106bb0464ce373a;hp=33e7e03e44490d98b7f0546075423bd97328207c;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/environment/filter/AcceptAllNamespaceFilter.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/environment/filter/AcceptAllNamespaceFilter.java index 33e7e03e4..fbc6a365a 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/environment/filter/AcceptAllNamespaceFilter.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/environment/filter/AcceptAllNamespaceFilter.java @@ -1,20 +1,20 @@ -package org.simantics.scl.compiler.environment.filter; - -public enum AcceptAllNamespaceFilter implements NamespaceFilter { - INSTANCE; - - @Override - public boolean isValueIncluded(String name) { - return true; - } - - @Override - public String toString() { - return "AcceptAll"; - } - - @Override - public boolean isSubsetOf(NamespaceFilter filter) { - return filter == INSTANCE; - } -} +package org.simantics.scl.compiler.environment.filter; + +public enum AcceptAllNamespaceFilter implements NamespaceFilter { + INSTANCE; + + @Override + public boolean isValueIncluded(String name) { + return true; + } + + @Override + public String toString() { + return "AcceptAll"; + } + + @Override + public boolean isSubsetOf(NamespaceFilter filter) { + return filter == INSTANCE; + } +}