Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Yauhenikapl committed Jan 9, 2024
1 parent 1f37fd3 commit 1a0157f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ protected static Stream<KnownVersion> versionsUpToIncluding1_0_0() {
return versionsUpToIncluding( KnownVersion.SAMM_1_0_0 );
}

protected static Stream<KnownVersion> versionsUpToIncluding2_1_0() {
return versionsUpToIncluding( KnownVersion.SAMM_2_1_0 );
}

final String violationUrn = "http://www.w3.org/ns/shacl#Violation";
final String warningUrn = "http://www.w3.org/ns/shacl#Warning";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Moved tests from the 'constraint-shape' to 'constraint-subclass-core' directory for improved code organization.
* The 'constraint-subclass-core' directory now specifically accommodates tests related to the base functionality implemented in one of the subclasses (LengthConstraint) of the parent class (Constraint).
*
* From version 2.2.0.
*/

Expand Down

0 comments on commit 1a0157f

Please sign in to comment.