Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Lambert
swh-graph
Commits
c3f93316
Commit
c3f93316
authored
5 years ago
by
Antoine Pietri
Browse files
Options
Downloads
Patches
Plain Diff
java/graph: fix javadoc errors
parent
05e9f0b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/server/src/main/java/org/softwareheritage/graph/Graph.java
+3
-3
3 additions, 3 deletions
...erver/src/main/java/org/softwareheritage/graph/Graph.java
java/server/src/main/java/org/softwareheritage/graph/SwhPath.java
+1
-1
1 addition, 1 deletion
...ver/src/main/java/org/softwareheritage/graph/SwhPath.java
with
4 additions
and
4 deletions
java/server/src/main/java/org/softwareheritage/graph/Graph.java
+
3
−
3
View file @
c3f93316
...
...
@@ -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
>
{
...
...
This diff is collapsed.
Click to expand it.
java/server/src/main/java/org/softwareheritage/graph/SwhPath.java
+
1
−
1
View file @
c3f93316
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment