diff options
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 1b8d1a1..ffeddd6 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -1820,8 +1820,7 @@ expand_java_field_op (is_static, is_putting, field_ref_index) tree cfndecl_name = DECL_NAME (current_function_decl); if (! DECL_CONSTRUCTOR_P (current_function_decl) && (cfndecl_name != finit_identifier_node)) - error_with_decl (field_decl, "assignment to final field `%s' " - "not in constructor"); + error_with_decl (field_decl, "assignment to final field `%s' not in constructor"); } } expand_assignment (field_ref, new_value, 0, 0); |