Change function modifier

- We need to use getName() function in different package

Test: rebuild
Bug: 79698338
Change-Id: I2e7eb71863fee14f58e84efd8064891f7e34fd3c
This commit is contained in:
Raff Tsai
2018-11-14 16:09:03 +08:00
parent d6cdafc0d7
commit 3dbd1651d8

View File

@@ -63,7 +63,7 @@ public class ContextualCard {
private final boolean mIsHalfWidth;
private final Drawable mIconDrawable;
String getName() {
public String getName() {
return mName;
}