Change comments to English
[msb/java-sdk.git] / example / src / main / java / org / onap / msb / sdk / example / client / AnimalServiceClient.java
index 8600241..7cd1654 100644 (file)
@@ -20,11 +20,6 @@ import retrofit2.Call;
 import retrofit2.http.GET;
 import retrofit2.http.Path;
 
-/**
- * @author hu.rui
- *
- */
-
 @ServiceHttpEndPoint(serviceName = "animals", serviceVersion = "v1")
 public interface AnimalServiceClient {