Skip to content

Commit da371a7

Browse files
committed
Update tests.
1 parent f059617 commit da371a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httprpc-test/src/main/java/org/httprpc/test/PetService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
public class PetService extends WebService {
5353
private DataSource dataSource = null;
5454

55-
public interface Pet {
55+
private interface Pet {
5656
Date getBirth();
5757
}
5858

0 commit comments

Comments
 (0)