We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4259927 commit 65f178dCopy full SHA for 65f178d
src/test/java/com/wego/httpcache/services/impl/TestAsyncHttpCacheServiceImpl.java
@@ -44,7 +44,7 @@
44
@RunWith(MockitoJUnitRunner.class)
45
public class TestAsyncHttpCacheServiceImpl {
46
47
- private final static String SERVICE_NAME = "Service Name";
+ private static final String SERVICE_NAME = "Service Name";
48
49
private static long CACHING_TTL = 60;
50
@Rule
0 commit comments