Java API Doc revisions

This commit is contained in:
Mikael Mengistu 2018-10-31 10:42:43 -07:00 committed by BrennanConroy
parent 865de16086
commit 5b486cdfa9
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
package com.microsoft.signalr;
/**
* A callback that takes five parameter.
* A callback that takes five parameters.
*
* @param <T1> The type of the first parameter to the callback.
* @param <T2> The type of the second parameter to the callback.

View File

@ -25,6 +25,9 @@ import io.reactivex.Single;
import io.reactivex.subjects.CompletableSubject;
import io.reactivex.subjects.SingleSubject;
/**
* A connection used to invoke hub methods on a SignalR Server.
*/
public class HubConnection {
private static final String RECORD_SEPARATOR = "\u001e";
private static final List<Class<?>> emptyArray = new ArrayList<>();