Skip to content
Snippets Groups Projects
Commit 26d4d7b1 authored by Arghya Ghosh's avatar Arghya Ghosh
Browse files

Fixed error, something went wrong when merging

parent 1204404f
Branches
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ public class AttendantStation {
* @return true, if the indicated station was successfully removed from
* supervision; otherwise, false.
*/
public synchronized boolean remove(SelfCheckoutStationBronze station) {
public synchronized boolean remove(SelfCheckoutStation station) {
boolean result = supervisedStations.remove(station);
if(result) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment