From 41b2c5e12fed4617cc3ce98f388532290aaef550 Mon Sep 17 00:00:00 2001 From: Henrique Nunes <108551585+riqueufmg@users.noreply.github.com> Date: Sat, 4 Oct 2025 14:38:47 -0300 Subject: [PATCH] Update prompts/java-refactoring-extract-method.prompt.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- prompts/java-refactoring-extract-method.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/java-refactoring-extract-method.prompt.md b/prompts/java-refactoring-extract-method.prompt.md index 6567672..1a715ec 100644 --- a/prompts/java-refactoring-extract-method.prompt.md +++ b/prompts/java-refactoring-extract-method.prompt.md @@ -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** \ No newline at end of file +Now, assess all methods with high complexity and refactor them using **Extract Method** \ No newline at end of file