Ignore:
Timestamp:
10/06/20 13:12:31 (4 years ago)
Author:
bart
Message:

Fixes an issue with processing maxPower of a vote. Javadoc maven plugin now uses latest version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/geniusweb/partiesserver/RunParty.java

    r8 r21  
    4343
    4444        /**
    45          * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse
    46          *      response). Returns
    47          *      <ul>
    48          *      <li>URL with websocket address to contact the now running agent.
    49          *      <li>SC_NOT_FOUND (404) if attempt is made to access non-running
    50          *     party.
    51          *      <li>SC_SERVICE_UNAVAILABLE (503) if there are no free slots to run
    52          *      the party.
    53          *      <li>SC_EXPECTATION_FAILED (417) if something else goes wrong during
    54          *      instantiating the party (then see logs for more details)
    55          *      </ul>
     45         * See
     46         * {@link HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)}.
     47         * Returns
     48         * <ul>
     49         * <li>URL with websocket address to contact the now running agent.
     50         * <li>SC_NOT_FOUND (404) if attempt is made to access non-running party.
     51         * <li>SC_SERVICE_UNAVAILABLE (503) if there are no free slots to run the
     52         * party.
     53         * <li>SC_EXPECTATION_FAILED (417) if something else goes wrong during
     54         * instantiating the party (then see logs for more details)
     55         * </ul>
    5656         */
    5757        @Override
Note: See TracChangeset for help on using the changeset viewer.