mirror of https://github.com/apache/nifi.git
Correcting NoClassDefFoundError typo
This commit is contained in:
parent
2197049a6d
commit
c36734eb88
|
@ -1943,7 +1943,7 @@ the same environment, Java ClassLoaders quickly
|
|||
become a concern. If multiple components have a dependency on the same
|
||||
library but each depends on a different
|
||||
version, many problems arise, typically resulting in unexpected
|
||||
behavior or `NoClassDefFoudnError` errors occurring.
|
||||
behavior or `NoClassDefFoundError` errors occurring.
|
||||
In order to prevent these issues from becoming problematic, NiFi
|
||||
introduces the notion of a NiFi Archive, or NAR.
|
||||
|
||||
|
|
Loading…
Reference in New Issue