Lowercase the IPv4 and IPv6 attributes, because of there have a java style check that regulate the first letter must be lowercase.

This commit is contained in:
peng-yongsheng 2018-01-16 09:18:56 +08:00
parent 225e6bb9fc
commit b525e1e0e2
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ type AppServerInfo {
os: String
host: String
pid: Int
IPv4: String
IPv6: String
ipv4: String
ipv6: String
}
type CPUTrend {