diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-07-06 20:53:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-06 20:53:44 +0000 |
commit | 58d82e64aa4df23dad4f17af2443868af9bef534 (patch) | |
tree | 4c78422878b0c8ddd7045d33076646a4400a98d4 /feature-session-persistence/src | |
parent | ae9ff22bb349f9ad2b0339ab60a6fc3c67652432 (diff) | |
parent | c0ebde94c479301bcd64206008c6228867f3a034 (diff) |
Merge "Checkstyle fixes to drools-pdp"
Diffstat (limited to 'feature-session-persistence/src')
-rw-r--r-- | feature-session-persistence/src/test/java/org/onap/policy/drools/persistence/DroolsSessionEntityTest.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/feature-session-persistence/src/test/java/org/onap/policy/drools/persistence/DroolsSessionEntityTest.java b/feature-session-persistence/src/test/java/org/onap/policy/drools/persistence/DroolsSessionEntityTest.java index 3033a7bd..2cc7d33a 100644 --- a/feature-session-persistence/src/test/java/org/onap/policy/drools/persistence/DroolsSessionEntityTest.java +++ b/feature-session-persistence/src/test/java/org/onap/policy/drools/persistence/DroolsSessionEntityTest.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * feature-session-persistence * ================================================================================ - * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2017-2018, 2020 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. @@ -21,9 +21,7 @@ package org.onap.policy.drools.persistence; import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; -import static org.junit.Assert.assertTrue; import java.util.Date; import org.junit.Test; |