Skip to content

Commit

Permalink
... and colon too
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  • Loading branch information
jruesga committed Jan 4, 2019
1 parent 0540e96 commit 76173ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/ruesga/rview/misc/StringHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ public static boolean endsWithPunctuationMark(String s) {
return s.endsWith(".")
|| s.endsWith(",")
|| s.endsWith(";")
|| s.endsWith(":")
|| s.endsWith(")")
|| s.endsWith("]");
}
Expand Down

0 comments on commit 76173ec

Please sign in to comment.