Skip to content

Commit 2eed8a1

Browse files
committed
Change method name.
1 parent 0410b85 commit 2eed8a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multistatelayout/src/main/java/cn/refactor/multistatelayout/MultiStateLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public int getState() {
209209
* @return current state is customise state
210210
*/
211211
@SuppressWarnings("unused")
212-
public boolean isCustomiseState() {
212+
public boolean isCustomizeState() {
213213
return !mIsSystemState;
214214
}
215215

0 commit comments

Comments
 (0)