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