Skip to content

Commit

Permalink
Updated TraditionalLoader documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyhe committed Jul 31, 2018
1 parent bf70722 commit 6012241
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyjvm/core/class_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ def _load_jvm_class(self, name):
class TraditionalLoader(ClassLoader):
"""A loader that loads classes from JAR and .class files according to Java classpath conventions
Delegates work to jawa.classloader.ClassLoader, refer to that class for more info
Delegates work to jawa.classloader.ClassLoader, refer to that class for more info.
Although there is no internal standard library support, this class implements a specific
native method which enables the construction of exception instances.
"""

def __init__(self, cp_string):
Expand Down

0 comments on commit 6012241

Please sign in to comment.