Skip to content

Commit d8f6238

Browse files
committed
Context: fix javadoc issues
1 parent 3f9353e commit d8f6238

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/org/scijava/Context.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ public Context(final Collection<Class<? extends Service>> serviceClasses) {
130130
* <p>
131131
* NB: the {@link PluginIndex#discover()} method may still be called, adding
132132
* additional plugins to this index. The mechanism of discovery should be
133-
* configured exclusively through the attached PluginFinder.
133+
* configured exclusively through the attached
134+
* {@link org.scijava.plugin.PluginFinder}.
134135
* </p>
135136
*
136137
* @param pluginIndex The plugin index to use when discovering and indexing
@@ -150,10 +151,10 @@ public Context(final PluginIndex pluginIndex) {
150151
* selected from those discovered by the given {@link PluginIndex}'s
151152
* associated {@link org.scijava.plugin.PluginFinder}.
152153
* <p>
153-
* NB: Context creation is an important step of a SciJava applictation's
154+
* NB: Context creation is an important step of a SciJava application's
154155
* lifecycle. Particularly in environments where more than one implementation
155156
* exists for various services, careful consideration should be exercised
156-
* regaring what classes and plugins are provided to the Context, and what
157+
* regarding what classes and plugins are provided to the Context, and what
157158
* needs to occur during the initialization of these services (especially
158159
* those of lower priority). See {@link ServiceHelper#loadServices()} for more
159160
* information.

0 commit comments

Comments
 (0)