* add java.lang.* and java.util.* to ExpressionFormat context

This commit is contained in:
Reinhard Pointner 2009-06-01 14:07:20 +00:00
parent 2c8ac625d1
commit 28990f939d
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
// System, Math, Integer, etc.
importPackage(java.lang);
// Collection, Scanner, Random, UUID, etc.
importPackage(java.util);
/**
* Pad strings or numbers with given characters ('0' by default).
*