Skip to content

Commit

Permalink
Format java files in o.e.equinox.preferences.tests
Browse files Browse the repository at this point in the history
This was achieved by running:
eclipse -consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \
  -config .settings/org.eclipse.jdt.core.prefs . -data `mktemp -d`

Signed-off-by: Torbjörn SVENSSON <[email protected]>
  • Loading branch information
Torbjorn-Svensson authored and vogella committed Oct 11, 2023
1 parent a9eb2a0 commit 88321b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
* eclipse.platform.runtime
*/
public class EclipsePreferencesTest {

@Rule
public TemporaryFolder folder = new TemporaryFolder();

@Test
public void testBundleStateScope()
throws InvalidSyntaxException, IllegalStateException, MalformedURLException, IOException {
Expand Down

0 comments on commit 88321b3

Please sign in to comment.