Skip to content

Commit e0b8c56

Browse files
committed
Update for project clean up rules.
Change-Id: Id05efed8fc51bc13db678309f46863bb08a16c30
1 parent f2727b0 commit e0b8c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.settings/org.eclipse.jdt.ui.prefs

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ cleanup.remove_unused_private_methods=true
9999
cleanup.remove_unused_private_types=true
100100
cleanup.replace_deprecated_calls=false
101101
cleanup.return_expression=false
102-
cleanup.simplify_lambda_expression_and_method_ref=false
102+
cleanup.simplify_lambda_expression_and_method_ref=true
103103
cleanup.single_used_field=false
104104
cleanup.sort_members=false
105105
cleanup.sort_members_all=false
@@ -255,7 +255,7 @@ sp_cleanup.remove_unused_private_methods=true
255255
sp_cleanup.remove_unused_private_types=true
256256
sp_cleanup.replace_deprecated_calls=false
257257
sp_cleanup.return_expression=false
258-
sp_cleanup.simplify_lambda_expression_and_method_ref=false
258+
sp_cleanup.simplify_lambda_expression_and_method_ref=true
259259
sp_cleanup.single_used_field=false
260260
sp_cleanup.sort_members=false
261261
sp_cleanup.sort_members_all=false

0 commit comments

Comments
 (0)