Skip to content

Commit 66409be

Browse files
committed
AndroidViewHolderRefactoring.java: reword the description a bit
1 parent 97b2b39 commit 66409be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/src/main/java/org/autorefactor/refactoring/rules/AndroidViewHolderRefactoring.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ public class AndroidViewHolderRefactoring extends AbstractRefactoringRule {
7878

7979
@Override
8080
public String getDescription() {
81-
return "Optimization for Android applications to optimize getView() routines. "
82-
+ "It allows reducing the calls to inflate and getViewById() Android API methods.";
81+
return "Android - Optimize getView() routines for Android applications. "
82+
+ "It reduces the number calls to the costly inflate()) and getViewById() Android API methods.";
8383
}
8484

8585
@Override

0 commit comments

Comments
 (0)