Change function modifier
- We need to use getName() function in different package Test: rebuild Bug: 79698338 Change-Id: I2e7eb71863fee14f58e84efd8064891f7e34fd3c
This commit is contained in:
@@ -63,7 +63,7 @@ public class ContextualCard {
|
||||
private final boolean mIsHalfWidth;
|
||||
private final Drawable mIconDrawable;
|
||||
|
||||
String getName() {
|
||||
public String getName() {
|
||||
return mName;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user