REOC-63 Add comment for the class

This commit is contained in:
YuCheng Hu 2019-09-24 13:25:05 -04:00
parent a1d1a24cf5
commit 3a2d5e6411
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,9 @@ import java.util.Map;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
/**
*
*/
public class CapabilityUrls {
public static final String ACTION_URL = "Action";
public static final String CHANGE_PASSWORD_URL = "ChangePassword";
@ -79,6 +82,10 @@ public class CapabilityUrls {
return getCapabilityUrl(GET_OBJECT_URL);
}
/**
*
* @param url
*/
public void setLoginUrl(String url) {
if (this.mUrl == null) {
try {