Add missing @Override annotations

Found via error-prone.
pull/139/merge
Andrew Gaul 2016-06-03 10:40:33 -07:00
rodzic 0053102df5
commit 99d8e5e8d7
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -75,7 +75,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
return props; return props;
} }
@Test @Override
public void testSignGetUrlWithTime() public void testSignGetUrlWithTime()
throws InterruptedException, IOException { throws InterruptedException, IOException {
try { try {
@ -86,7 +86,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
} }
} }
@Test @Override
public void testSignGetUrlWithTimeExpired() public void testSignGetUrlWithTimeExpired()
throws InterruptedException, IOException { throws InterruptedException, IOException {
try { try {
@ -97,7 +97,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
} }
} }
@Test @Override
public void testSignPutUrlWithTime() throws Exception { public void testSignPutUrlWithTime() throws Exception {
try { try {
super.testSignPutUrlWithTime(); super.testSignPutUrlWithTime();
@ -107,7 +107,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
} }
} }
@Test @Override
public void testSignPutUrlWithTimeExpired() throws Exception { public void testSignPutUrlWithTimeExpired() throws Exception {
try { try {
super.testSignPutUrlWithTimeExpired(); super.testSignPutUrlWithTimeExpired();