updated the servlet version. logging still needs work.

This commit is contained in:
amontano 2005-01-23 00:57:02 +00:00
parent 28d46bb207
commit 78373b3094
9 changed files with 251 additions and 57 deletions

View file

@ -137,4 +137,7 @@ public class RemoteTibetanScanner extends TibetanScanner
return null;
}
}
public void destroy()
{
}
}