Livejournal
Log in
Post
Friends
My journal
hedin
in
code_wtf
Бессметрная классика снова и снова.
Apr 15, 2015 15:55
public boolean isRoot() {
return (isMaster() && !isSlave()) || (!isMaster() && !isSlave());
}
Leave a comment
Read comments 17
Previous post
Next post
Up