Update prompts/java-refactoring-extract-method.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Henrique Nunes 2025-10-04 14:38:47 -03:00 committed by GitHub
parent 9998762b36
commit 41b2c5e12f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,4 +99,4 @@ Perform intermediate steps internally:
# Code to be Refactored:
Now, assess all methods with high complexity and refactoring them using **Extract Method**
Now, assess all methods with high complexity and refactor them using **Extract Method**