Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setEndPage
Method
setEndPage
ch4/PageHandler.java:115–117 ·
view source on GitHub ↗
(int endPage)
Source
from the content-addressed store, hash-verified
113
}
114
115
public
void
setEndPage(
int
endPage) {
116
this.endPage = endPage;
117
}
118
119
public
boolean isShowPrev() {
120
return
showPrev;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected