remove void return

This commit is contained in:
hns 2005-03-24 23:03:03 +00:00
parent c7d2534811
commit 57efa85f29

View file

@ -122,7 +122,6 @@ public final class Prototype {
repositories.add(repository);
props.addResource(repository.getResource("type.properties"));
}
return;
}
/**