mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-41668 (diagnostic)
This commit is contained in:
+2
-2
@@ -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()) : "-";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user