Skip to content

Commit

Permalink
Update PackReferencePartItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Oct 1, 2024
1 parent 849fcfc commit f4d454d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private int customModelData(final PackGeneratorContext context) {
if (offset == null) {
throw new IllegalStateException(
String.format(
"Custom model data offset cannot be null when custom-model-data not specified ('%s)!",
"Custom model data offset cannot be null when custom-model-data not specified (%s)!",
this.extractKey(context)
)
);
Expand Down

0 comments on commit f4d454d

Please sign in to comment.