Added Junis for Policy ONAP-REST
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / SystemLogDB.java
index 324e92f..45e20d6 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP-REST
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -80,17 +80,6 @@ public class SystemLogDB implements Serializable {
                this.type = type;
                this.logtype = logtype;
        }
-
-       public void SystemLogB (int id, String system, String description, String remote, String type, Date date, String logtype){
-               this.id = id;
-               this.system = system;
-               this.description = description;
-               this.remote = remote;
-               this.type = type;
-               this.date = date;
-               this.logtype = logtype;
-               
-       }
        
        public int getId() {
                return this.id;