From 2e8dc2988826bd0f51da327e417520d8978d8972 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 8 Nov 2012 21:47:10 +0100 Subject: [PATCH 1/1] this is actually implemented --- org/simgrid/msg/Host.java | 1 - 1 file changed, 1 deletion(-) diff --git a/org/simgrid/msg/Host.java b/org/simgrid/msg/Host.java index 136f4b28df..4683f5dec6 100644 --- a/org/simgrid/msg/Host.java +++ b/org/simgrid/msg/Host.java @@ -83,7 +83,6 @@ public class Host { * This static method returns the count of the installed hosts. * * @return The count of the installed hosts. - * FIXME: Not implemented. */ public native static int getCount(); -- 2.20.1