Création d'un constructeur pour ImportData
This commit is contained in:
parent
b84616a6f5
commit
56f23bc8f7
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
package fr.myny.data;
|
||||
|
||||
public class ImportData {
|
||||
ImportData()
|
||||
{
|
||||
System.out.println("Creation d'un ImportData");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
public class test{
|
||||
public static void main(String[] args){
|
||||
System.out.println("Il n'y a rien a voir !");
|
||||
System.out.println("nico fait un test");
|
||||
System.out.println("Il Je test les branchs");
|
||||
}
|
||||
}
|
||||
Reference in a new issue