From 2413c4d35298a603adb42140a64d68cbbd2be1fb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 25 Jan 2014 22:59:27 -0500 Subject: =?UTF-8?q?Tidy=20up,=20use=20unicode=20=E2=80=A6=20when=20appropr?= =?UTF-8?q?iate.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/java-segfault.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/java-segfault.md') diff --git a/public/java-segfault.md b/public/java-segfault.md index 4a4e32e..48a6872 100644 --- a/public/java-segfault.md +++ b/public/java-segfault.md @@ -70,7 +70,7 @@ executed doesn't access any other methods or properties of `o`, then it will go ahead and consider `o` eligible for garbage collection before `m()` has finished running. -That is normally a safe optimization to make... except for when a +That is normally a safe optimization to makeā€¦ except for when a destructor method (`finalize()`) is defined for the object; the destructor can have side effects, and Java has no way to know whether it is safe for them to happen before `m()` has finished running. -- cgit v1.2.3