This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Commit 9cb4314
Update MainActivity.java
Changed String literal directly used inside the log method to constant. Declared a private static final string and used inside the log method.1 parent 78ab37a commit 9cb4314
File tree
1 file changed
+3
-3
lines changed- toolsAndroid/CLAnalyst/app/src/main/java/android/support/clanalyst
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
0 commit comments