Commit f31b08c3 authored by Tim Miller's avatar Tim Miller

UPDATE: Typo in class documentation.

parent 77a3b0eb
Pipeline #3308 canceled with stages
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
......@@ -179,9 +179,9 @@ public class PassBook
}
/**
* Updates the logic details for a URL of a user. If the url
* username or password are null, the username/password details
* for this URL are removed.
* Updates the login details for a URL of a user. If the url
* username or password are null, the login details for this URL
* must be removed.
*
* @param sessionID the session ID for the logged-in user
* @param urlUsername the username for the user to be added
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment