Résolution #8 Modifications classes et méthodes
This commit is contained in:
@@ -27,10 +27,10 @@ public class Project {
|
||||
public Project(){
|
||||
_projectId++;
|
||||
_id = _projectId;
|
||||
_name = "Mon super projet";
|
||||
_author = "Inconnu";
|
||||
_name = "My awesome project";
|
||||
_author = "Unknown";
|
||||
_version = "0.0.1";
|
||||
_designation = "Projet UML AppThinker.";
|
||||
_designation = "AppThinker UML Project.";
|
||||
_path = null;
|
||||
_classes = new ArrayList<Class>();
|
||||
_links = new ArrayList<Link>();
|
||||
|
||||
Reference in New Issue
Block a user