We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57439e commit 1050637Copy full SHA for 1050637
src/java_bytecode/jar_file.cpp
@@ -24,8 +24,7 @@ void jar_filet::initialize_file_index(java_class_loader_limitt &limit)
24
}
25
26
/// This constructor creates a jar_file object whose contents
27
-/// are extracted from a memory buffer (byte array) as opposed
28
-/// to a jar file.
+/// are extracted from a file with given name.
29
jar_filet::jar_filet(
30
java_class_loader_limitt &limit,
31
const std::string &filename):
0 commit comments