Skip to content

Commit

Permalink
Final version
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper Franz committed Sep 29, 2013
1 parent a7ecaab commit bd86aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>AntiAD</groupId>
<artifactId>AntiAD</artifactId>
<version>2.2-DEV</version>
<version>2.2</version>

<name>AntiAD</name>
<properties>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/github/antiad/AntiAd/Adfinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ private boolean isNumbers(String input) {
.replaceAll("\\!", "")
.replaceAll("\\(", "")
.replaceAll("\\)", "")
.replaceAll("\\\"", "")

;

Expand Down

0 comments on commit bd86aae

Please sign in to comment.