Fixing formatting issues

revert-70aa11f8
Ace 6 years ago
parent b39be48919
commit 92bf6f4140

@ -585,13 +585,11 @@ public class GeoLocationBasedServiceImpl implements GeoLocationBasedService {
} }
/** /**
* When an input is having '@',replace it with '-AT-' [This is required to * When an input is having '@',replace it with '-AT-' [This is required to
* persist WebApp data in registry,as registry paths don't allow '@' sign.] * persist WebApp data in registry,as registry paths don't allow '@' sign.]
* *
* @param input * @param input inputString
* inputString
* @return String modifiedString * @return String modifiedString
*/ */
public static String replaceEmailDomain(String input) { public static String replaceEmailDomain(String input) {
@ -607,8 +605,7 @@ public class GeoLocationBasedServiceImpl implements GeoLocationBasedService {
* When an input is having '-AT-',replace it with @ [This is required to * When an input is having '-AT-',replace it with @ [This is required to
* persist WebApp data between registry and database] * persist WebApp data between registry and database]
* *
* @param input * @param input inputString
* inputString
* @return String modifiedString * @return String modifiedString
*/ */
public static String replaceEmailDomainBack(String input) { public static String replaceEmailDomainBack(String input) {

Loading…
Cancel
Save