MCPcopy Create free account
hub / github.com/castello/spring_basic / setShowNext

Method setShowNext

ch4/PageHandler.java:87–89  ·  view source on GitHub ↗
(boolean showNext)

Source from the content-addressed store, hash-verified

85 }
86
87 public void setShowNext(boolean showNext) {
88 this.showNext = showNext;
89 }
90
91 public int getBeginPage() {
92 return beginPage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected