Skip to content

Commit

Permalink
Remove import wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
josrepo committed Apr 4, 2024
1 parent d8f4e21 commit 52f7b51
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/som/primitives/SystemPrimitives.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@
import som.interpreter.Frame;
import som.interpreter.Interpreter;
import som.vm.Universe;
import som.vmobjects.*;
import som.vmobjects.SAbstractObject;
import som.vmobjects.SArray;
import som.vmobjects.SClass;
import som.vmobjects.SInteger;
import som.vmobjects.SPrimitive;
import som.vmobjects.SString;
import som.vmobjects.SSymbol;


public class SystemPrimitives extends Primitives {
Expand Down

0 comments on commit 52f7b51

Please sign in to comment.