Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 7
and
Version 8
of
WikiStart
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/08/18 11:54:54 (
6 years
ago)
Author:
wouter
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WikiStart
v7
v8
13
13
ws.addListener(this);
14
14
15
and
15
...
16
16
17
17
@Override
…
…
19
19
System.out.println("received profile: " + new ObjectMapper().readValue(json, Profile.class));
20
20
}
21
22
23
24
25
21
}}}
26
22