*** empty log message ***
diff --git a/development/miscdocuments/Server Tools API Branch.html b/development/miscdocuments/Server Tools API Branch.html index 83ac53b..6b409df 100644 --- a/development/miscdocuments/Server Tools API Branch.html +++ b/development/miscdocuments/Server Tools API Branch.html
@@ -140,6 +140,18 @@ <td></td> </tr> <tr> + <td>getServerType(String id) -> findServerType(String id)</td> + <td>Lookup methods on ServerCore and ServerUtil renamed to be more accurate.</td> + <td>IServerType st = getServerType("com.x")</td> + <td>IServerType st = findServerType("com.x")</td> +</tr> +<tr> + <td></td> + <td></td> + <td></td> + <td></td> +</tr> +<tr> <td></td> <td></td> <td></td>