- Timestamp:
- 12/18/24 14:05:43 (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/profilesserver/websocket/GetProfileSocket.java
r43 r44 98 98 prof = newprof; 99 99 try { 100 session.getBasicRemote().sendText( 101 Constants.getJackson().writeValueAsString(filter(prof)));100 session.getBasicRemote().sendText(Constants.getJackson() 101 .writeValueAsString(filter(prof))); 102 102 } catch (Exception e) { 103 103 e.printStackTrace();
Note:
See TracChangeset
for help on using the changeset viewer.