Skip to content

Commit cd22673

Browse files
committed
typo
1 parent 0abe30f commit cd22673

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package com.wego.httpcache.dao.impl.guava;
2+
3+
import org.junit.Before;
4+
import org.junit.Test;
5+
6+
public class TestGuavaCachedResponseImpl {
7+
8+
@Before
9+
public void setUp() throws Exception {}
10+
11+
@Test
12+
public void save() throws Exception {}
13+
14+
@Test
15+
public void findById() throws Exception {}
16+
}

0 commit comments

Comments
 (0)