Skip to content

Commit fc4cdd0

Browse files
Fede Atcalmant
authored andcommitted
removes unused parameter
1 parent 58a9115 commit fc4cdd0

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)