reverted change that got in previous commit by inadvertance

This commit is contained in:
Hervé Boutemy 2012-12-08 17:47:12 +01:00
parent 23bd8d98a6
commit d6544c4814
1 changed files with 2 additions and 5 deletions

View File

@ -127,7 +127,7 @@ public class DefaultClassRealmManager
return mavenRealm; return mavenRealm;
} }
private void importMavenApi( Map<String, ClassLoader> imports, boolean importSlf4japi ) private void importMavenApi( Map<String, ClassLoader> imports )
{ {
ClassRealm coreRealm = getCoreRealm(); ClassRealm coreRealm = getCoreRealm();
@ -219,10 +219,7 @@ public class DefaultClassRealmManager
// imports.put( "com.google.inject.util.*", coreRealm ); // imports.put( "com.google.inject.util.*", coreRealm );
// SLF4J // SLF4J
if ( importSlf4japi ) imports.put( "org.slf4j.*", coreRealm );
{
imports.put( "org.slf4j.*", coreRealm );
}
} }
/** /**