Commit 928750a6 authored by Sebastian Hans's avatar Sebastian Hans
Browse files

corrections and typos

parent 4534f3cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ package uicc.connection;
 * Objects implementing <code>SCP81Connection</code>interface and returned by the
 * <code>ConnectionServer.getConnection</code> method are <b>Permanent Entry Point Objects</b>.
 *
 * @deprecated This interface os obsolte use SCP8XConnection instead
 * @deprecated This interface is obsolte use SCP8XConnection instead
 * 
 */
@Deprecated
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ package uicc.connection;
 * server switch to other application (corresponds to server selecting another application via Content-Type header field)
 * The object implementing <code>SCP81ConnectionStatus</code> interface is a <b>Temporary Entry Point Object</b>.
 *
 * * @deprecated This interface os obsolte use SCP8XConnection instead
 * * @deprecated This interface is obsolte use SCP8XConnectionStatus instead
 */
@Deprecated
public interface SCP81ConnectionStatus extends Event
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ public interface SCP8XConnection extends Observable {
     * </ul>
     *
     * @param triggeringParameters this buffer contains the administration session triggering parameters
     * 		  as defined in table 4-3 of Amendment B of Global Platform Card Specification version 2.2. Tag '81' and
     * 		  as defined in table 3-3 of Amendment B of Global Platform Card Specification version 2.3. Tag '81' and
     *            Length shall be present. Connection parameters defined in Tag '84' may be used if TCP or UDP transport is
     *            provided by the Bearer Independent Protocol of TS 102 223 [4]. Note: If a direct IP connection as specified in TS 102 483 [6] is used these parameters will be ignored.
     * @param parameterOffset the starting offset of the parameters in the <code>triggeringParameters</code> byte array
@@ -77,7 +77,7 @@ public interface SCP8XConnection extends Observable {
    /**
     * Sends data on the SCP81 or SCP82 Connection.
     *
     * <p>Note: The applet execution is resumed once the HTTP POST request or CoAP request containing the data has been sent.</p>
     * <p>Note: The applet execution is resumed once the HTTP POST request or CoAP POST request containing the data has been sent.</p>
     * <p>Note: The chunked transfer coding may be used if necessary.</p>
     *
     * @param baData byte array containing the data to be sent