BAEL-838 Removed unresolved conflict.
This commit is contained in:
parent
bc6d707976
commit
467646d613
@ -21,10 +21,6 @@ public class StringHelper {
|
|||||||
public static String removeLastCharRegexOptional(String s) {
|
public static String removeLastCharRegexOptional(String s) {
|
||||||
return Optional.ofNullable(s)
|
return Optional.ofNullable(s)
|
||||||
.map(str -> str.replaceAll(".$", ""))
|
.map(str -> str.replaceAll(".$", ""))
|
||||||
<<<<<<< HEAD
|
|
||||||
.orElse(s);
|
.orElse(s);
|
||||||
=======
|
|
||||||
.orElse(null);
|
|
||||||
>>>>>>> refs/remotes/eugenp/master
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user