(String reversedHostName)
| 140 | } |
| 141 | |
| 142 | public static String unreverseHost(String reversedHostName) { |
| 143 | return reverseHost(reversedHostName); // Reversible |
| 144 | } |
| 145 | |
| 146 | /** |
| 147 | * Convert given Utf8 instance to String and and cleans out any offending "�" |
nothing calls this directly
no test coverage detected