mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Reformatting missed some tabs
This commit is contained in:
parent
25a42908e9
commit
e5a453abd0
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
package com.minelittlepony;
|
||||
|
||||
public class MissingRendererException extends RuntimeException {
|
||||
private static final long serialVersionUID = -6059469512902628663L;
|
||||
private static final long serialVersionUID = -6059469512902628663L;
|
||||
|
||||
public MissingRendererException(Class<?> cl) {
|
||||
public MissingRendererException(Class<?> cl) {
|
||||
super("Could not find a renderer for " + cl.getName() + ". This is a bug.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue