Fixed UML Diagram

This commit is contained in:
Batuhan Berk Başoğlu 2018-10-14 00:02:58 -04:00
parent 1014a78de8
commit 7cde8be55a
6 changed files with 3 additions and 17 deletions

View file

@ -1,5 +1,6 @@
package com.uottawa.olympus.olympusservices;
public class User extends UserType {
User(String username, String password, String firstname, String lastname){