File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 *
1010 * Contributors:
1111 * Christoph Läubrich - initial API and implementation
12- *
12+ *
1313 */
1414package org .eclipse .pde .internal .junit .runtime ;
1515
Original file line number Diff line number Diff line change 99 *
1010 * Contributors:
1111 * Christoph Läubrich - initial API and implementation
12- *
12+ *
1313 */
1414package org .eclipse .pde .internal .junit .runtime ;
1515
3434class SPIBundleClassLoader extends ClassLoader {
3535
3636 private static final String META_INF_SERVICES = "META-INF/services/" ; //$NON-NLS-1$
37- private List <Bundle > bundles ;
38- private Map <String , List <SPIMapping >> mappings = new ConcurrentHashMap <>();
37+ private final List <Bundle > bundles ;
38+ private final Map <String , List <SPIMapping >> mappings = new ConcurrentHashMap <>();
3939
4040 SPIBundleClassLoader (List <Bundle > bundles ) {
4141 super (null );
Original file line number Diff line number Diff line change 99 *
1010 * Contributors:
1111 * Christoph Läubrich - initial API and implementation
12- *
12+ *
1313 */
1414package org .eclipse .pde .internal .junit .runtime ;
1515
You can’t perform that action at this time.
0 commit comments