This may change to a more generic String manipulating interface/class, since it probably affects other code as well. But for now, we'll stick with this.
| 27 | * it probably affects other code as well. But for now, we'll stick with this. |
| 28 | */ |
| 29 | public interface Formatter { |
| 30 | public String format(String text); |
| 31 | } |
no outgoing calls
no test coverage detected