Skip to content

Commit 26bfc16

Browse files
committed
Add documentation for extractCategories function
1 parent f044e51 commit 26bfc16

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/org/openrefine/extensions/commons/functions/ExtractCategories.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@ public Object call(Properties bindings, Object[] args) {
4747

4848
@Override
4949
public String getDescription() {
50-
// TODO Auto-generated method stub
51-
return null;
50+
return "extracts the list of categories from the wikitext of a page";
5251
}
5352

5453
@Override
5554
public String getReturns() {
56-
// TODO Auto-generated method stub
57-
return null;
55+
return "arrays of strings";
5856
}
5957

6058
}

0 commit comments

Comments
 (0)