Added references to utils package on aula02 classes
This commit is contained in:
parent
38bae8fa51
commit
afa2d89432
|
@ -1,6 +1,9 @@
|
|||
package aula02;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
||||
// Código da package utils disponível em
|
||||
// https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/utils
|
||||
import utils.UserInput;
|
||||
|
||||
// Solução do exercício 5
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
package aula02;
|
||||
|
||||
// Código da package utils disponível em
|
||||
// https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/utils
|
||||
import utils.UserInput;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
package aula02;
|
||||
|
||||
// Código da package utils disponível em
|
||||
// https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/utils
|
||||
import utils.UserInput;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
package aula02;
|
||||
|
||||
// Código da package utils disponível em
|
||||
// https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/utils
|
||||
import utils.UserInput;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
package aula02;
|
||||
|
||||
// Código da package utils disponível em
|
||||
// https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/utils
|
||||
import utils.UserInput;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
package aula02;
|
||||
|
||||
import utils.MathTools;
|
||||
// Código da package utils disponível em
|
||||
// https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/utils
|
||||
import utils.UserInput;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
package aula02;
|
||||
|
||||
// Código da package utils disponível em
|
||||
// https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/utils
|
||||
import utils.UserInput;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
|
Loading…
Reference in New Issue