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;
}
@Test
@Override
public void testSignGetUrlWithTime()
throws InterruptedException, IOException {
try {
@ -86,7 +86,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
}
}
@Test
@Override
public void testSignGetUrlWithTimeExpired()
throws InterruptedException, IOException {
try {
@ -97,7 +97,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
}
}
@Test
@Override
public void testSignPutUrlWithTime() throws Exception {
try {
super.testSignPutUrlWithTime();
@ -107,7 +107,7 @@ public final class JcloudsS3BlobSignerLiveTest extends S3BlobSignerLiveTest {
}
}
@Test
@Override
public void testSignPutUrlWithTimeExpired() throws Exception {
try {
super.testSignPutUrlWithTimeExpired();