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
* persist WebApp data in registry,as registry paths don't allow '@' sign.]
*
* @param input
* inputString
* @param input inputString
* @return String modifiedString
*/
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
* persist WebApp data between registry and database]
*
* @param input
* inputString
* @param input inputString
* @return String modifiedString
*/
public static String replaceEmailDomainBack(String input) {

Loading…
Cancel
Save