From f31b08c31f70501f4d1d15fa3492e1b7e0f09f14 Mon Sep 17 00:00:00 2001 From: Timothy Miller <tmiller@unimelb.edu.au> Date: Mon, 19 Aug 2019 06:43:21 +1000 Subject: [PATCH] UPDATE: Typo in class documentation. --- programs/mutant-1/swen90006/passbook/PassBook.java | 6 +++--- programs/mutant-2/swen90006/passbook/PassBook.java | 6 +++--- programs/mutant-3/swen90006/passbook/PassBook.java | 6 +++--- programs/mutant-4/swen90006/passbook/PassBook.java | 6 +++--- programs/mutant-5/swen90006/passbook/PassBook.java | 6 +++--- programs/original/swen90006/passbook/PassBook.java | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/programs/mutant-1/swen90006/passbook/PassBook.java b/programs/mutant-1/swen90006/passbook/PassBook.java index e0f9024..94e2dfd 100644 --- a/programs/mutant-1/swen90006/passbook/PassBook.java +++ b/programs/mutant-1/swen90006/passbook/PassBook.java @@ -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 diff --git a/programs/mutant-2/swen90006/passbook/PassBook.java b/programs/mutant-2/swen90006/passbook/PassBook.java index e0f9024..94e2dfd 100644 --- a/programs/mutant-2/swen90006/passbook/PassBook.java +++ b/programs/mutant-2/swen90006/passbook/PassBook.java @@ -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 diff --git a/programs/mutant-3/swen90006/passbook/PassBook.java b/programs/mutant-3/swen90006/passbook/PassBook.java index e0f9024..94e2dfd 100644 --- a/programs/mutant-3/swen90006/passbook/PassBook.java +++ b/programs/mutant-3/swen90006/passbook/PassBook.java @@ -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 diff --git a/programs/mutant-4/swen90006/passbook/PassBook.java b/programs/mutant-4/swen90006/passbook/PassBook.java index e0f9024..94e2dfd 100644 --- a/programs/mutant-4/swen90006/passbook/PassBook.java +++ b/programs/mutant-4/swen90006/passbook/PassBook.java @@ -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 diff --git a/programs/mutant-5/swen90006/passbook/PassBook.java b/programs/mutant-5/swen90006/passbook/PassBook.java index e0f9024..94e2dfd 100644 --- a/programs/mutant-5/swen90006/passbook/PassBook.java +++ b/programs/mutant-5/swen90006/passbook/PassBook.java @@ -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 diff --git a/programs/original/swen90006/passbook/PassBook.java b/programs/original/swen90006/passbook/PassBook.java index e0f9024..94e2dfd 100644 --- a/programs/original/swen90006/passbook/PassBook.java +++ b/programs/original/swen90006/passbook/PassBook.java @@ -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 -- GitLab