Merge "Change function modifier"

This commit is contained in:
Raff Tsai
2018-11-15 02:09:54 +00:00
committed by Android (Google) Code Review

View File

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