AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / serialization / queryformats / params / Depth.java
index de485fe..c8dea51 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.serialization.queryformats.params;
 
 @Inject(name = "depth")
 public interface Depth<T> {
 
-       @Setter
-       public T depth(Integer depth);
+    @Setter
+    public T depth(Integer depth);
 }