Ignore:
Timestamp:
12/18/24 14:05:43 (4 days ago)
Author:
ruud
Message:

All TimeDependent parties now support the nonlinear SumOfGroupsUtilitySpace. Example Nonlinear space in the computer domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/geniusweb/profilesserver/websocket/GetProfileSocket.java

    r43 r44  
    9898                        prof = newprof;
    9999                        try {
    100                                 session.getBasicRemote().sendText(
    101                                                 Constants.getJackson().writeValueAsString(filter(prof)));
     100                                session.getBasicRemote().sendText(Constants.getJackson()
     101                                                .writeValueAsString(filter(prof)));
    102102                        } catch (Exception e) {
    103103                                e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.