Skip to content

Commit

Permalink
Fix class's package path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Mar 22, 2024
1 parent e724945 commit d5bbb7f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
* along with LibLaserCut. If not, see <http://www.gnu.org/licenses/>.
*
**/
package de.thomas_oster.liblasercut.drivers;

import de.thomas_oster.liblasercut.LaserProperty;
import de.thomas_oster.liblasercut.FloatPowerSpeedFrequencyProperty;
package de.thomas_oster.liblasercut;

import java.util.Arrays;
import java.util.LinkedList;

Expand Down

0 comments on commit d5bbb7f

Please sign in to comment.