Skip to content

Commit

Permalink
For checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion committed Nov 6, 2023
1 parent f5580c2 commit 2d39fcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

/**
* @author xiweng.yy
*/
public class ResourceUtilsTest {

@Test
Expand Down Expand Up @@ -135,7 +132,7 @@ public void testGetResourceAsFile() throws IOException {
}

@Test
public void testGetResourceAsFileByURL() throws IOException {
public void testGetResourceAsFileByUrl() throws IOException {
File file = ResourceUtils
.getResourceAsFile(ResourceUtils.getResourceUrl("classpath:resource_utils_test.properties"));
assertNotNull(file);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

import java.util.UUID;

/**
* @author xiweng.yy
*/
public class UuidUtilsTest {

@Test
Expand Down

0 comments on commit 2d39fcc

Please sign in to comment.