Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
CLEREZZA-1063: Fix code documentation in dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan committed May 19, 2022
1 parent da01e8c commit 9114399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -26,7 +26,7 @@
org.apache.clerezza.ImmutableGraph}S and {@link
org.apache.clerezza.Graph}S that may originate from various
implementations.</p>
<h3>Accessing</h3>
<h2>Accessing</h2>
<p>
If running in a dependency injection system you should get an instance
of
Expand All @@ -35,7 +35,7 @@ <h3>Accessing</h3>
<code>TcManager.getInstance</code>
.
</p>
<h3>Adding a provider</h3>
<h2>Adding a provider</h2>
<p>A provider implements {@link org.apache.clerezza.dataset.WeightedTcProvider}.</p>
<p>
To work outside a component injection framework it contains a file
Expand Down
Expand Up @@ -24,10 +24,10 @@
import java.util.regex.Pattern;

/**
* A permission to access <code>Graph<code>s matching a specified
* A permission to access <code>Graph</code>s matching a specified
* name pattern. A pattern is matched if and only if the pattern is equals
* to name of the <code>Graph<code> or the pattern ends with "/*" and
* the name of the <code>Graph<code> starts with the characters
* to name of the <code>Graph</code> or the pattern ends with "/*" and
* the name of the <code>Graph</code> starts with the characters
* preceding the '*' in the pattern.
*
* @author reto, tsuy
Expand Down

0 comments on commit 9114399

Please sign in to comment.