Skip to content

Commit 7320c46

Browse files
thk123svorenova
thk123
authored and
svorenova
committed
Correcting a typo
1 parent 2f7f695 commit 7320c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_bytecode/java_types.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ typet java_type_from_string(
357357
#ifdef DEBUG
358358
std::cout << " generic type var " << gen_type.id() << " bound "
359359
<< to_symbol_type(gen_type.subtype()).get_identifier()
360-
<< "\n2";
360+
<< "\n";
361361
#endif
362362
result.generic_type_variables().push_back(gen_type);
363363
}

0 commit comments

Comments
 (0)