Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / dmaap / Publisher.java
index ba6ce16..8d5974c 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.so.client.dmaap;
 
 public interface Publisher {
 
-       public void send(String json);
+    public void send(String json);
 }