mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
* 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).
|
* Pad strings or numbers with given characters ('0' by default).
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user