EA-41668 (diagnostic)

This commit is contained in:
Roman Shevchenko
2013-11-21 15:58:36 +01:00
parent 0e3ad2c92f
commit 6837234cfc
@@ -38,7 +38,7 @@ public class InvalidVirtualFileAccessException extends RuntimeException {
return message;
}
private static int hashCode(Object o) {
return o != null ? o.hashCode() : 0;
private static String hashCode(Object o) {
return o != null ? String.valueOf(o.hashCode()) : "-";
}
}