Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
foreverneverer committed Aug 24, 2021
1 parent d2685f8 commit 6774de7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static PegasusClientInterface createClient(String configPath) throws PExc
/**
* Create a client instance. After used, should call client.close() to release resource.
*
* @param properties
* @param properties properties
* @return PegasusClientInterface {@link PegasusClientInterface}
* @throws PException throws exception if any error occurs.
*/
Expand Down Expand Up @@ -110,6 +110,7 @@ public static PegasusClientInterface getSingletonClient(String configPath) throw
* Get the singleton client instance with properties. After used, should call
* PegasusClientFactory.closeSingletonClient() to release resource.
*
* @param properties properties
* @return PegasusClientInterface {@link PegasusClientInterface}
* @throws PException throws exception if any error occurs.
*/
Expand Down

0 comments on commit 6774de7

Please sign in to comment.