Skip to content

Commit

Permalink
Fixed bug 434352: [preferences] Store method parameter names preference
Browse files Browse the repository at this point in the history
doesn't capture what's really stored
  • Loading branch information
dmegert authored and noopur2507 committed May 8, 2014
1 parent 73cae2d commit 4401f80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2013 IBM Corporation and others.
# Copyright (c) 2000, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand Down Expand Up @@ -554,7 +554,7 @@ ComplianceConfigurationBlock_source_file_attr_label=Add source &file name to gen
ComplianceConfigurationBlock_src_greater_compliance=Source compatibility must be equal or less than compliance level.
ComplianceConfigurationBlock_codegen_unused_local_label=Pr&eserve unused (never read) local variables
ComplianceConfigurationBlock_codegen_inline_jsr_bytecode_label=Inline finally blo&cks (larger class files, but improved performance)
ComplianceConfigurationBlock_codegen_method_parameters_attr=&Store method parameter names (usable via reflection)
ComplianceConfigurationBlock_codegen_method_parameters_attr=&Store information about method parameters (usable via reflection)
ComplianceConfigurationBlock_compiler_compliance_label=Comp&iler compliance level:
ComplianceConfigurationBlock_default_settings_label=Use defaul&t compliance settings
ComplianceConfigurationBlock_source_compatibility_label=Source co&mpatibility:
Expand Down

0 comments on commit 4401f80

Please sign in to comment.