diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiAssumptions.java @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents 41034914e2ee
children dc71b06d09f8
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiAssumptions.java	Wed Mar 07 14:35:22 2012 -0800
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiAssumptions.java	Thu Mar 08 15:01:19 2012 +0100
@@ -204,7 +204,7 @@
      */
     @SuppressWarnings("static-method")
     public boolean recordNoFinalizableSubclassAssumption(RiResolvedType receiverType) {
-        // TODO(tw): Record that assumption correctly.
+        // TODO (thomaswue): Record that assumption correctly.
         return false;
     }