Skip to content

Commit 2316a8a

Browse files
author
mpv1989
committed
Fix javadoc
1 parent e4f82ed commit 2316a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/arangodb/ArangoView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public interface ArangoView extends ArangoSerializationAccessor {
3939
public ArangoDatabase db();
4040

4141
/**
42-
* The name of the collection
42+
* The name of the view
4343
*
44-
* @return collection name
44+
* @return view name
4545
*/
4646
public String name();
4747

0 commit comments

Comments
 (0)