Skip to content

Commit 3d0a1a4

Browse files
author
Fede A
committed
removes unused parameter
1 parent d44f84b commit 3d0a1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javaobj/v2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def _read_content(self, type_code, block_data, class_desc=None):
302302
except ExceptionRead as ex:
303303
return ex.exception_object
304304

305-
def _read_new_string(self, type_code, field_name=None):
305+
def _read_new_string(self, type_code):
306306
# type: (int) -> JavaString
307307
"""
308308
Reads a Java String

0 commit comments

Comments
 (0)