Skip to content

Commit

Permalink
547295 Provide javadoc for org.eclipse.passage.lic.api.restrictions p…
Browse files Browse the repository at this point in the history
…ackage

 -- javadoc fixed according to code review findings
Signed-off-by: Elena Parovyshnaia <elena.parovyshnaya@gmail.com>
  • Loading branch information
eparovyshnaya committed Nov 8, 2019
1 parent 58f420c commit f9f4eeb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -25,7 +25,7 @@
public interface RestrictionExecutor {

/**
* <p>Applies the given {@link RestrictionVerdict}s for feature under licencing
* <p>Applies the given {@link RestrictionVerdict}s for feature under licensing
* to the current runtime of the program.</p>
*
* <p>Is capable to affect the program runtime environment the following ways:</p>
Expand All @@ -36,7 +36,7 @@ public interface RestrictionExecutor {
* <li>block of bundles using OSGi level</li>
* </ol>
*
* @param verdicts restriction instructions gained at the pagse of <i>permission examining</i> phase of <i>access cycle</i>
* @param verdicts restriction instructions gained at the <i>permission examining</i> phase of <i>access cycle</i>
* @return the final result summary of the current <i>access cycle</i>
*
* @since 0.4.0
Expand Down

0 comments on commit f9f4eeb

Please sign in to comment.