Normalize line endings

This commit is contained in:
TfT_02
2013-03-21 20:46:23 +01:00
parent 399bf8e3b9
commit 9730cdb880
4 changed files with 149 additions and 149 deletions

View File

@ -1,9 +1,9 @@
package com.gmail.nossr50.api;
public class InvalidPlayerException extends RuntimeException {
private static final long serialVersionUID = 907213002618581385L;
public InvalidPlayerException() {
super("That player does not exist in the database.");
}
}
package com.gmail.nossr50.api;
public class InvalidPlayerException extends RuntimeException {
private static final long serialVersionUID = 907213002618581385L;
public InvalidPlayerException() {
super("That player does not exist in the database.");
}
}