File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ public sealed class OWLReasoner
3838 /// <summary>
3939 /// A predefined reasoner including all available OWL2 reasoner rules
4040 /// </summary>
41-
4241 public static readonly OWLReasoner Default = new OWLReasoner {
4342 Rules = Enum . GetValues ( typeof ( OWLEnums . OWLReasonerRules ) ) . Cast < OWLEnums . OWLReasonerRules > ( ) . ToList ( ) } ;
4443
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ public sealed class OWLValidator
3232 /// <summary>
3333 /// A predefined validator including all available OWL2 validator rules
3434 /// </summary>
35-
3635 public static readonly OWLValidator Default = new OWLValidator {
3736 Rules = Enum . GetValues ( typeof ( OWLEnums . OWLValidatorRules ) ) . Cast < OWLEnums . OWLValidatorRules > ( ) . ToList ( ) } ;
3837
You can’t perform that action at this time.
0 commit comments