Skip to content

Commit

Permalink
#10 Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Novotnik, Petr authored and David Moravek committed Oct 5, 2018
1 parent 320aef8 commit dc3a35a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
* Given a configuration bundle and a URI, this registry creates an associated
* data source as follows:
* <ol>
* <li>Extra the schema from the given URI</li>
* <li>Extract the schema from the given URI</li>
* <li>Lookup the value under the key "{@link #SCHEME_SOURCE_PREFIX} + schema" where
* schema represents the schema value extracted from the given URI</li>
* <li>If no such value is define, fail.</li>
* <li>If no such value is defined, just fail.</li>
* <li>Otherwise validate that the value names an existing class which implements
* {@link DataSourceFactory}.</li>
* <li>Instantiate the class using its default public constructor.</li>
Expand Down

0 comments on commit dc3a35a

Please sign in to comment.