We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9797ca commit 0cf9e36Copy full SHA for 0cf9e36
enews/enews-java/article-editor/src/main/java/com/novoda/enews/ArticleEditor.java
@@ -39,7 +39,7 @@ private String generateText(ChannelHistory.Message message) {
39
.replaceAll("<h", "h")
40
.replaceAll("/>", "")
41
.replaceAll(">", "")
42
- .replaceAll("\\?(.*)", ""); // < TODO test
+ .replaceAll("\\?(.*)", "");
43
}
44
45
private String generateTitle(ChannelHistory.Message message) {
0 commit comments