Code aesthetics and typo fixes.

This commit is contained in:
Gunther De Wachter
2017-06-26 16:35:50 +02:00
parent 650edae902
commit 6529de911a
5 changed files with 7 additions and 6 deletions
@@ -427,7 +427,7 @@ public abstract class AEBaseContainer extends Container
}
else
{
throw new IllegalArgumentException( "Invalid Slot [" + newSlot + "]for AE Container instead of AppEngSlot." );
throw new IllegalArgumentException( "Invalid Slot [" + newSlot + "] for AE Container instead of AppEngSlot." );
}
}