очистка отладочной печати. тоже кое-что накопилось.
This commit is contained in:
@@ -30,7 +30,6 @@ public class GetOldBugReports extends Pass<DirInfosDataSet> {
|
||||
c.setTimeInMillis(System.currentTimeMillis());
|
||||
c.add(Calendar.MONTH, -Global.normalProperties.BugReportsAgeLimit);
|
||||
Date date = c.getTime();
|
||||
System.out.println(date);
|
||||
long border = date.getTime();
|
||||
//--
|
||||
for (File file : files) {
|
||||
|
||||
@@ -29,7 +29,6 @@ public class UpdateProperty extends Pass<Object> {
|
||||
VDirectoryChooser directoryChooser = new VDirectoryChooser("");
|
||||
VFileChooser fileChooser = new VFileChooser("", "exe");
|
||||
//-
|
||||
System.out.println(Utils_.Brackets(name));
|
||||
if (args.length==1){
|
||||
if (oldValue instanceof Boolean){
|
||||
newValue=!(Boolean)oldValue;
|
||||
|
||||
Reference in New Issue
Block a user