Move various files in subdirectories
This commit is contained in:
parent
f8517de119
commit
68c41d6901
16 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ defmodule RDF.Vocabulary.Namespace.CaseValidation do
|
|||
import RDF.Vocabulary, only: [term_to_iri: 2]
|
||||
import RDF.Utils, only: [downcase?: 1]
|
||||
|
||||
alias RDF.Utils.ResourceClassifier
|
||||
alias RDF.Vocabulary.ResourceClassifier
|
||||
|
||||
def validate_case!(terms_and_ignored, nil, _, _, _), do: terms_and_ignored
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
defmodule RDF.Utils.ResourceClassifier do
|
||||
defmodule RDF.Vocabulary.ResourceClassifier do
|
||||
@moduledoc false
|
||||
|
||||
alias RDF.Description
|
Loading…
Reference in a new issue