Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 160
and
Version 161
of
j2p
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/13/24 14:00:29 (
12 days
ago)
Author:
wouter
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
j2p
v160
v161
506
506
public X h() {
507
507
....
508
return new MyX{()->f
,(x)->g(x));
508
return new MyX{()->f
()
,(x)->g(x));
509
509
}
510
510
}}}