Bug fix: found the class

We need to specify the package the class is to be compiled for.
This commit is contained in:
Éibhear Ó hAnluain 2017-08-12 22:16:32 +01:00
parent 62a72431ad
commit 553c3f29cb
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
package org.gibiris.javaBootcampNoEclipse.Astro;
import com.mhuss.AstroLib.*;
import com.mhuss.Util.*;