Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
巨鹿 committed Jan 17, 2024
1 parent 3a80d6e commit 38c93be
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@
import java.net.URLClassLoader;

public class MultiBizPropertiesTest {
private final String key1 = "test-key-1";
private final String key1 = "test-key-1";
private final String value1 = "test-value-1";
private final String value2 = "test-value-2";

private ClassLoader baseClassLoader;

private ClassLoader baseClassLoader;

@Before
public void before() {
Expand All @@ -41,7 +40,6 @@ public void before() {
MultiBizProperties.initSystem(URLClassLoader.class.getName());
}


@After
public void after() {
Thread.currentThread().setContextClassLoader(baseClassLoader);
Expand Down

0 comments on commit 38c93be

Please sign in to comment.