Skip to content

Commit 045c7b9

Browse files
committed
Remove unused warn overload
1 parent 84a4431 commit 045c7b9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • AndroidAnnotations/androidannotations-core/androidannotations/src/main/java/org/androidannotations/logger

AndroidAnnotations/androidannotations-core/androidannotations/src/main/java/org/androidannotations/logger/Logger.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ public void warn(String message, Object... args) {
4545
warn(message, null, null, args);
4646
}
4747

48-
public void warn(String message, Throwable thr, Object... args) {
49-
warn(message, null, thr, args);
50-
}
51-
5248
public void warn(String message, Element element, Object... args) {
5349
warn(message, element, null, args);
5450
}

0 commit comments

Comments
 (0)