Typo english
This commit is contained in:
committed by
Laurent Clouet
parent
d33d820f9d
commit
f427502840
@@ -477,7 +477,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
|
|||||||
StringWriter sw = new StringWriter();
|
StringWriter sw = new StringWriter();
|
||||||
PrintWriter pw = new PrintWriter(sw);
|
PrintWriter pw = new PrintWriter(sw);
|
||||||
e.printStackTrace(pw);
|
e.printStackTrace(pw);
|
||||||
throw new FermeException("error requestJob: unknow exception " + e + " stacktrace: " + sw.toString());
|
throw new FermeException("error requestJob: unknown exception " + e + " stacktrace: " + sw.toString());
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
if (connection != null) {
|
if (connection != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user