Ignore:
Timestamp:
06/11/20 16:34:45 (4 years ago)
Author:
bart
Message:

Update to version 1.41

File:
1 edited

Legend:

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

    r8 r13  
    4848 * the minimum utility bid is included. The other bids are picked at random.
    4949 * This filtering mechanism only works if the profile is {@link LinearAdditive}
    50  * space.
     50 * space. The reservation bid is passed through unmodified.
    5151 */
    5252@ServerEndpoint("/websocket/get/{domain}/{profile}")
     
    9797        }
    9898
     99        /**
     100         *
     101         * @param prof1
     102         * @return a filtered profile. If "partial" is not set, this returns the
     103         *         given profile unmodified. If partial is set, a
     104         *         DefaultPartialOrdering with the requested number of bids are
     105         *         selected
     106         */
    99107        private Profile filter(Profile prof1) {
    100108                String partial = params.get("partial");
Note: See TracChangeset for help on using the changeset viewer.