Skip to content
Snippets Groups Projects
Commit c3f93316 authored by Antoine Pietri's avatar Antoine Pietri
Browse files

java/graph: fix javadoc errors

parent 05e9f0b1
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ import org.softwareheritage.graph.backend.NodeTypesMap;
* PID lookup.
*
* @author The Software Heritage developers
* @see org.softwareheritage.graph.AllowedEdges
* @see org.softwareheritage.graph.NodeIdMap;
* @see org.softwareheritage.graph.NodeTypesMap;
* @see org.softwareheritage.graph.AllowedEdges;
* @see org.softwareheritage.graph.backend.NodeIdMap;
* @see org.softwareheritage.graph.backend.NodeTypesMap;
*/
public class Graph implements FlyweightPrototype<Graph> {
......
......@@ -63,7 +63,7 @@ public class SwhPath {
/**
* Adds a {@link SwhPID} to this path.
*
* @param {@link SwhPID} to add to this path
* @param swhPID {@link SwhPID} to add to this path
* @see org.softwareheritage.graph.SwhPID
*/
public void add(SwhPID swhPID) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment