mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-09-03 00:18:28 +00:00
chore[version]: update version
This commit is contained in:
@@ -19,7 +19,6 @@ import com.zfoo.scheduler.util.TimeUtils;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public class DiskFileSystem implements Comparable<DiskFileSystem> {
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ package com.zfoo.monitor;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public class DiskStorage implements Comparable<DiskStorage> {
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ import com.zfoo.scheduler.util.TimeUtils;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public class Memory implements Comparable<Memory> {
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public class Monitor {
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@ import com.zfoo.scheduler.util.TimeUtils;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public class Sar implements Comparable<Sar> {
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ import com.zfoo.scheduler.util.TimeUtils;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public class Uptime implements Comparable<Uptime> {
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@ import java.util.stream.Collectors;
|
||||
* Oshi库封装的工具类,通过此工具类,可获取系统、硬件相关信息
|
||||
*
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public abstract class OSUtils {
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ import oshi.SystemInfo;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public class ApplicationTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user