Skip to content

Commit

Permalink
fix(#2938): private
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Mar 15, 2024
1 parent c8d5a6d commit c3a6f2c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -189,7 +189,7 @@ private static String translated(final Train<Shift> train, final XML xmir) throw
* Exception which indicates that translation to phi can't be processed.
* @since 0.36.0
*/
static class ImpossibleToPhiTranslationException extends Exception {
private static class ImpossibleToPhiTranslationException extends Exception {
/**
* Ctor.
* @param cause Cause of the exception.
Expand Down

0 comments on commit c3a6f2c

Please sign in to comment.