Skip to content

Commit

Permalink
(chore) cleanup javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
apenski committed Dec 18, 2019
1 parent 26eded6 commit 0f8e075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import javax.xml.validation.Schema;

import org.apache.commons.lang3.NotImplementedException;
import org.w3c.dom.Document;

import lombok.AllArgsConstructor;
import lombok.Getter;
Expand Down Expand Up @@ -60,7 +59,7 @@ public abstract class BaseScenario {
@Getter
@Setter
@AllArgsConstructor
public class Transformation {
public static class Transformation {

private XsltExecutable executable;

Expand Down Expand Up @@ -122,7 +121,7 @@ public boolean initialize(final ContentRepository repository, final boolean lazy
}

/**
* Liefer eine Liste mit Schematron Validierungs-Transformationen
* Liefer eine Liste mit Schematron Validierungs-Transformationen.
*
* @return liste mit initialisierten Transformationsinformationen
*/
Expand All @@ -144,7 +143,7 @@ public List<Transformation> getSchematronValidations() {
* Der XPath-Selector zur Identifikation des Scenarios.
*
* @return vorbereiteten selector
* @see {@link ScenarioRepository#selectScenario(Document)}.
* @see ScenarioRepository#selectScenario(net.sf.saxon.s9api.XdmNode)
*/
public XPathSelector getSelector() {
if (this.matchExecutable == null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

/**
* Erzeugt den Report auf Basis der gesammelten Informationen über den Prüfling. Sollte kein Szenario identifiziert
* worden sein, so wird ein {@link ScenarioRepository#getFallbackScenario()} () default report} erzeugt.
* worden sein, so wird ein das Fallback-Szenario verwend und ein default report} erzeugt.
*
* @author Andreas Penski
*/
Expand Down

0 comments on commit 0f8e075

Please sign in to comment.