Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / cadi / aaf / src / main / java / org / onap / aaf / cadi / configure / PlaceArtifact.java
index 4b200c0..2d7d312 100644 (file)
@@ -28,5 +28,5 @@ import org.onap.aaf.cadi.CadiException;
 import org.onap.aaf.misc.env.Trans;
 
 public interface PlaceArtifact {
-       public boolean place(Trans trans, CertInfo cert, Artifact arti, String machine) throws CadiException;
+    public boolean place(Trans trans, CertInfo cert, Artifact arti, String machine) throws CadiException;
 }