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/Info.java

    r1 r21  
    2323
    2424        /**
    25          * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse
    26          *      response). Returns
    27          *      <ul>
    28          *      <li>URL with websocket address to contact the now running agent.
    29          *      <li>SC_NOT_FOUND (404) if attempt is made to access non-running
    30          *     party.
    31          *      <li>SC_SERVICE_UNAVAILABLE (503) if there are no free slots to run
    32          *      the party.
    33          *      <li>SC_EXPECTATION_FAILED (417) if something else goes wrong during
    34          *      instantiating the party (then see logs for more details)
    35          *      </ul>
     25         * see
     26         * {@link HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)}.
     27         * Returns to the http caller
     28         * <ul>
     29         * <li>URL with websocket address to contact the now running agent.
     30         * <li>SC_NOT_FOUND (404) if attempt is made to access non-running party.
     31         * <li>SC_SERVICE_UNAVAILABLE (503) if there are no free slots to run the
     32         * party.
     33         * <li>SC_EXPECTATION_FAILED (417) if something else goes wrong during
     34         * instantiating the party (then see logs for more details)
     35         * </ul>
    3636         */
    3737        @Override
Note: See TracChangeset for help on using the changeset viewer.