* add java.lang.* and java.util.* to ExpressionFormat context
This commit is contained in:
parent
2c8ac625d1
commit
28990f939d
|
@ -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).
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue