Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Oct 22, 2024
1 parent adef05e commit ddea748
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import eu.ostrzyciel.jelly.core.proto.v1.UniversalTerm;

import java.util.function.Function;

/**
* A cached node that depends on other lookups (RdfIri and RdfLiteral in the datatype variant).
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package eu.ostrzyciel.jelly.core;

import java.util.Objects;
import java.util.function.Function;

/**
* A terrifyingly simple cache.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import scala.collection.mutable.ArrayBuffer;

import java.util.LinkedHashMap;
import java.util.function.Function;
import java.util.function.Supplier;

/**
Expand Down

0 comments on commit ddea748

Please sign in to comment.