Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/se/lublin/humla/IHumlaService.java')
-rw-r--r--src/main/java/se/lublin/humla/IHumlaService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/se/lublin/humla/IHumlaService.java b/src/main/java/se/lublin/humla/IHumlaService.java
index 41df4e1..add7756 100644
--- a/src/main/java/se/lublin/humla/IHumlaService.java
+++ b/src/main/java/se/lublin/humla/IHumlaService.java
@@ -84,5 +84,5 @@ public interface IHumlaService {
* @return the active session.
* @throws HumlaDisconnectedException if the connection state is not CONNECTED.
*/
- IHumlaSession getSession() throws HumlaDisconnectedException;
+ IHumlaSession HumlaSession() throws HumlaDisconnectedException;
}