You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/12/04 07:41:54 UTC

[incubator-skywalking] branch mysql-mapping updated: Remove codes.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch mysql-mapping
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/mysql-mapping by this push:
     new 5ebbf27  Remove codes.
5ebbf27 is described below

commit 5ebbf27919c1b6e0bd122c06e6a29fcbe4e1f4f4
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Dec 4 15:41:46 2018 +0800

    Remove codes.
---
 .../server/storage/plugin/jdbc/h2/dao/H2ServiceInventoryCacheDAO.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2ServiceInventoryCacheDAO.java b/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2ServiceInventoryCacheDAO.java
index 4ab7865..e5cecdd 100644
--- a/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2ServiceInventoryCacheDAO.java
+++ b/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2ServiceInventoryCacheDAO.java
@@ -89,8 +89,4 @@ public class H2ServiceInventoryCacheDAO extends H2SQLExecutor implements IServic
         }
         return serviceInventories;
     }
-
-    public static void main(String[] args) {
-        System.out.println(System.currentTimeMillis() - 30 * 60 * 1000);
-    }
 }