]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/Verifyable.java
fix: Include visibility and read-only specifications wherever sensible.
[gigi.git] / src / org / cacert / gigi / dbObjects / Verifyable.java
index 68e7173ade924d0cef0372e86011209ae1c91dc1..e1c997e44ec4fbcb6298c9bef1225cab26ae4d2d 100644 (file)
@@ -5,4 +5,5 @@ import org.cacert.gigi.GigiApiException;
 public interface Verifyable {
 
     public void verify(String hash) throws GigiApiException;
+
 }