Fix Typo
Dieser Commit ist enthalten in:
Ursprung
e01a72a42b
Commit
e0f6b2e5bf
@ -40,7 +40,7 @@ public class VersionedCallable<T> {
|
|||||||
try {
|
try {
|
||||||
return versionedCallable.callable.call();
|
return versionedCallable.callable.call();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException("Could not run version dependant code", e);
|
throw new RuntimeException("Could not run version dependent code", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren