Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit d465bad

Browse files
authored
Update DumpCL.java (#816)
Made the TAG String parameter to final since it is constant
1 parent 34d57c0 commit d465bad

File tree

1 file changed

+1
-1
lines changed
  • toolsAndroid/CLAnalyst/app/src/main/java/android/support/clanalyst

1 file changed

+1
-1
lines changed

toolsAndroid/CLAnalyst/app/src/main/java/android/support/clanalyst/DumpCL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* DumpCL.asString(cl) returns a json5 string
4949
*/
5050
public class DumpCL {
51-
private static String TAG = "ML_DEBUG";
51+
private static final String TAG = "ML_DEBUG";
5252
HashMap<Integer, String> names = new HashMap<>();
5353

5454
private DumpCL() {

0 commit comments

Comments
 (0)