Skip to content

Commit

Permalink
Update src/main/java/org/aksw/iguana/commons/time/DurationLiteral.java
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bigerl <[email protected]>
  • Loading branch information
nck-mlcnv and bigerl authored Nov 28, 2023
1 parent 3c40d52 commit 2b57bc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import java.time.Duration;

/**
* This class is used to convert a Java Duration object to a typed RDF literal. The literal is typed as xsd:duration.
* This class temporarily fixes an issue with Jena.
* This class is used to convert a Java Duration object to a typed RDF literal. The literal is typed as xsd:duration.<br/>
* TODO: This class temporarily fixes an issue with Jena.
*/
public class DurationLiteral implements RDFDatatype {

Expand Down

0 comments on commit 2b57bc8

Please sign in to comment.