Skip to content

Commit 1110a6c

Browse files
Sandro642Copilot
andauthored
Update src/main/java/fr/sandro642/github/annotations/AnnotHandler.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 638d8c8 commit 1110a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fr/sandro642/github/annotations/AnnotHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private void discoverListeners() {
6666
}
6767
}
6868
} catch (Exception e) {
69-
throw new RuntimeException("Erreur lors de la découverte des listeners", e);
69+
throw new RuntimeException("Error during listener discovery", e);
7070
}
7171
}
7272

0 commit comments

Comments
 (0)