mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-11 18:19:15 -04:00
rename model getter functions
This commit is contained in:
@@ -11,15 +11,15 @@ public class Note {
|
||||
mText = text;
|
||||
}
|
||||
|
||||
public int getmId() {
|
||||
public int getId() {
|
||||
return mId;
|
||||
}
|
||||
|
||||
public String getmName() {
|
||||
public String getName() {
|
||||
return mName;
|
||||
}
|
||||
|
||||
public String getmText() {
|
||||
public String getText() {
|
||||
return mText;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user