Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Mar 8, 2024
1 parent cdecd8b commit f840671
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
package test.org.fugerit.java.core.io;

import org.fugerit.java.core.cfg.ConfigRuntimeException;
import org.fugerit.java.core.function.SimpleValue;
import org.fugerit.java.core.io.ObjectIO;
import org.fugerit.java.core.io.SafeIO;
import org.fugerit.java.core.lang.helpers.ClassHelper;
import org.junit.Assert;
import org.junit.Test;
import test.org.fugerit.java.helpers.io.InputStreamFail;

import java.io.IOException;

public class TestObjectIO {

private static final String PATH_OK = "core/xml/dtd/doc-1-0.dtd";

@Test
public void testStringOk() throws IOException {
String test1 = "a";
Expand Down

0 comments on commit f840671

Please sign in to comment.