Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
java-library-glpi
Commits
e90a695f
Commit
e90a695f
authored
Nov 01, 2017
by
Naylin
Committed by
Alexander Salas Bastidas
Nov 01, 2017
Browse files
docs(InitSession): improve intial documentation
add the type of params add the description of return tag
parent
6fc71d04
Changes
1
Hide whitespace changes
Inline
Side-by-side
glpi/src/main/java/org/glpi/api/response/InitSession.java
View file @
e90a695f
...
...
@@ -37,7 +37,7 @@ public class InitSession {
/**
* get Session Token
* @return
* @return
the session token
*/
public
String
getSessionToken
()
{
return
sessionToken
;
...
...
@@ -45,7 +45,7 @@ public class InitSession {
/**
* set Session Token
* @
retur
n
* @
param string session toke
n
*/
public
void
setSessionToken
(
String
sessionToken
)
{
this
.
sessionToken
=
sessionToken
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment