mirror of
https://github.com/DanilaFe/abacus
synced 2026-09-25 21:02:38 +00:00
Fix a bug that made some same-priority implementations not convert.
This commit is contained in:
@@ -18,7 +18,7 @@ public class PromotionException extends AbacusException {
|
||||
* @param message the additional message to include with the error.
|
||||
*/
|
||||
public PromotionException(String message) {
|
||||
super("Failed to promote number instances.", message);
|
||||
super("Failed to promote number instances", message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user