From 77259ea037fe15f755f81214fd332a33a60cee74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me>
Date: Sun, 24 May 2020 20:02:58 +0200
Subject: [PATCH] luapi: graphdb wrapper: annotate type parameter

---
 .../uloapi/src/main/java/info/mathhub/uloapi/query/GraphDB.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/experimental/uloapi/src/main/java/info/mathhub/uloapi/query/GraphDB.java b/experimental/uloapi/src/main/java/info/mathhub/uloapi/query/GraphDB.java
index 7d3983d..3ce11ca 100644
--- a/experimental/uloapi/src/main/java/info/mathhub/uloapi/query/GraphDB.java
+++ b/experimental/uloapi/src/main/java/info/mathhub/uloapi/query/GraphDB.java
@@ -22,6 +22,8 @@ public class GraphDB {
     /**
      * Functional interface that defines a function for running operations on
      * a GraphDB database.
+     *
+     * @param <T> Return type of the operation.
      */
     public interface Operation<T> {
         /**
-- 
GitLab