Skip to content

Commit

Permalink
Update for project clean up rules.
Browse files Browse the repository at this point in the history
Change-Id: Id05efed8fc51bc13db678309f46863bb08a16c30
  • Loading branch information
fjssilva committed Mar 28, 2024
1 parent f2727b0 commit e0b8c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .settings/org.eclipse.jdt.ui.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ cleanup.remove_unused_private_methods=true
cleanup.remove_unused_private_types=true
cleanup.replace_deprecated_calls=false
cleanup.return_expression=false
cleanup.simplify_lambda_expression_and_method_ref=false
cleanup.simplify_lambda_expression_and_method_ref=true
cleanup.single_used_field=false
cleanup.sort_members=false
cleanup.sort_members_all=false
Expand Down Expand Up @@ -255,7 +255,7 @@ sp_cleanup.remove_unused_private_methods=true
sp_cleanup.remove_unused_private_types=true
sp_cleanup.replace_deprecated_calls=false
sp_cleanup.return_expression=false
sp_cleanup.simplify_lambda_expression_and_method_ref=false
sp_cleanup.simplify_lambda_expression_and_method_ref=true
sp_cleanup.single_used_field=false
sp_cleanup.sort_members=false
sp_cleanup.sort_members_all=false
Expand Down

0 comments on commit e0b8c56

Please sign in to comment.