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