made getNodeTypeByPlatform method public

This commit is contained in:
Niclas Finne 2012-10-12 02:47:56 +02:00
parent 9763b0a18e
commit 89e7c13489
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class Main {
return null;
}
private static String getNodeTypeByPlatform(String platform) {
public static String getNodeTypeByPlatform(String platform) {
if ("jcreate".equals(platform)) {
return "se.sics.mspsim.platform.jcreate.JCreateNode";
}