From 2667c3ff47a0049f3a9cf780b295e2e10233a04c Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Sat, 3 Aug 2019 16:16:50 +0200 Subject: [PATCH] Upgrade parent pom to 2.2.5 and simplify pom configuration, update jdk versions for Travis --- .travis.yml | 13 +++- pom.xml | 62 ++----------------- .../org/assertj/neo4j/api/Assertions.java | 4 +- .../neo4j/api/ConstraintDefinitionAssert.java | 4 +- .../neo4j/api/IndexDefinitionAssert.java | 4 +- .../org/assertj/neo4j/api/NodeAssert.java | 4 +- .../org/assertj/neo4j/api/PathAssert.java | 4 +- .../neo4j/api/PropertyContainerAssert.java | 4 +- .../assertj/neo4j/api/RelationshipAssert.java | 4 +- .../org/assertj/neo4j/api/ResultAssert.java | 4 +- .../neo4j/error/ShouldEndWithNode.java | 4 +- .../error/ShouldEndWithRelationship.java | 4 +- .../assertj/neo4j/error/ShouldHaveLabel.java | 4 +- .../assertj/neo4j/error/ShouldHaveLength.java | 4 +- .../neo4j/error/ShouldHaveProperty.java | 4 +- .../neo4j/error/ShouldHavePropertyKey.java | 4 +- .../error/ShouldHaveRelationshipType.java | 4 +- .../neo4j/error/ShouldNotEndWithNode.java | 4 +- .../error/ShouldNotEndWithRelationship.java | 4 +- .../neo4j/error/ShouldNotHaveLabel.java | 4 +- .../neo4j/error/ShouldNotHaveProperty.java | 4 +- .../neo4j/error/ShouldNotHavePropertyKey.java | 4 +- .../error/ShouldNotHaveRelationshipType.java | 4 +- .../neo4j/error/ShouldNotStartWithNode.java | 4 +- .../neo4j/error/ShouldStartOrEndWithNode.java | 4 +- .../neo4j/error/ShouldStartWithNode.java | 4 +- ...rtThat_with_ConstraintDefinition_Test.java | 4 +- ..._assertThat_with_IndexDefinition_Test.java | 4 +- .../Assertions_assertThat_with_Node_Test.java | 4 +- .../Assertions_assertThat_with_Path_Test.java | 4 +- ...ssertThat_with_PropertyContainer_Test.java | 4 +- ...ons_assertThat_with_Relationship_Test.java | 4 +- ...ssertions_assertThat_with_Result_Test.java | 4 +- ...straintDefinitionAssert_hasLabel_Test.java | 4 +- ...efinitionAssert_doesNotHaveLabel_Test.java | 4 +- ...tHaveLabel_represented_as_string_Test.java | 4 +- .../IndexDefinitionAssert_hasLabel_Test.java | 4 +- ...t_hasLabel_represented_as_string_Test.java | 4 +- .../NodeAssert_doesNotHaveLabel_Test.java | 4 +- ...tHaveLabel_represented_as_string_Test.java | 4 +- .../api/node/NodeAssert_hasLabel_Test.java | 4 +- ...t_hasLabel_represented_as_string_Test.java | 4 +- .../PathAssert_doesNotEndWithNode_Test.java | 4 +- ...ssert_doesNotEndWithRelationship_Test.java | 4 +- .../PathAssert_doesNotStartWithNode_Test.java | 4 +- .../path/PathAssert_endsWithNode_Test.java | 4 +- .../PathAssert_endsWithRelationship_Test.java | 4 +- .../api/path/PathAssert_hasLength_Test.java | 4 +- .../path/PathAssert_startsWithNode_Test.java | 4 +- ...nerAssert_doesNotHavePropertyKey_Test.java | 4 +- ...tainerAssert_doesNotHaveProperty_Test.java | 4 +- ...tyContainerAssert_hasPropertyKey_Test.java | 4 +- ...pertyContainerAssert_hasProperty_Test.java | 4 +- ...ionshipAssert_doesNotEndWithNode_Test.java | 4 +- ...lationshipAssert_doesNotHaveType_Test.java | 4 +- ...otHaveType_represented_as_string_Test.java | 4 +- ...nshipAssert_doesNotStartWithNode_Test.java | 4 +- .../RelationshipAssert_endsWithNode_Test.java | 4 +- .../RelationshipAssert_hasType_Test.java | 4 +- ...rt_hasType_represented_as_string_Test.java | 4 +- ...nshipAssert_startsOrEndsWithNode_Test.java | 4 +- ...elationshipAssert_startsWithNode_Test.java | 4 +- .../result/ResultAssert_contains_Test.java | 4 +- .../assertj/neo4j/api/result/TestResult.java | 4 +- 64 files changed, 141 insertions(+), 182 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c1c2ed..3bb5174 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,16 @@ language: java install: - mvn -q install -DskipTests=true -B -V script: mvn clean verify -B -V + jdk: - - oraclejdk8 + - openjdk11 + - openjdk12 + - openjdk13 + - openjdk-ea + +matrix: + allow_failures: + - jdk: openjdk-ea + after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) diff --git a/pom.xml b/pom.xml index b16d239..c332df0 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.assertj assertj-parent-pom - 2.2.3 + 2.2.5 @@ -57,40 +57,15 @@ - com.mycila.maven-license-plugin - maven-license-plugin - 1.9.0 + com.mycila + license-maven-plugin - -
licence-header.txt
- 2013 - 2017 - true - - src/** -
- - - validate - - format - - -
- - - - maven-site-plugin - 3.7.1 - - -
@@ -98,7 +73,6 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.0.0 @@ -114,39 +88,15 @@ - - maven-surefire-plugin - - @{argLine} - - org.jacoco jacoco-maven-plugin - 0.7.9 - - - agent - - prepare-agent - - - - report - test - - report - - - + - com.mycila - license-maven-plugin + maven-surefire-plugin - - 2013 - + ${argLine} diff --git a/src/main/java/org/assertj/neo4j/api/Assertions.java b/src/main/java/org/assertj/neo4j/api/Assertions.java index 851b670..276ad5a 100644 --- a/src/main/java/org/assertj/neo4j/api/Assertions.java +++ b/src/main/java/org/assertj/neo4j/api/Assertions.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/main/java/org/assertj/neo4j/api/ConstraintDefinitionAssert.java b/src/main/java/org/assertj/neo4j/api/ConstraintDefinitionAssert.java index 63fc79e..ce2d8a2 100644 --- a/src/main/java/org/assertj/neo4j/api/ConstraintDefinitionAssert.java +++ b/src/main/java/org/assertj/neo4j/api/ConstraintDefinitionAssert.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/main/java/org/assertj/neo4j/api/IndexDefinitionAssert.java b/src/main/java/org/assertj/neo4j/api/IndexDefinitionAssert.java index 92cc16f..47ee939 100644 --- a/src/main/java/org/assertj/neo4j/api/IndexDefinitionAssert.java +++ b/src/main/java/org/assertj/neo4j/api/IndexDefinitionAssert.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/main/java/org/assertj/neo4j/api/NodeAssert.java b/src/main/java/org/assertj/neo4j/api/NodeAssert.java index 57846a2..e71d63f 100644 --- a/src/main/java/org/assertj/neo4j/api/NodeAssert.java +++ b/src/main/java/org/assertj/neo4j/api/NodeAssert.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/main/java/org/assertj/neo4j/api/PathAssert.java b/src/main/java/org/assertj/neo4j/api/PathAssert.java index 2760478..f947cca 100644 --- a/src/main/java/org/assertj/neo4j/api/PathAssert.java +++ b/src/main/java/org/assertj/neo4j/api/PathAssert.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/main/java/org/assertj/neo4j/api/PropertyContainerAssert.java b/src/main/java/org/assertj/neo4j/api/PropertyContainerAssert.java index 3d068e8..a35d0a3 100644 --- a/src/main/java/org/assertj/neo4j/api/PropertyContainerAssert.java +++ b/src/main/java/org/assertj/neo4j/api/PropertyContainerAssert.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/main/java/org/assertj/neo4j/api/RelationshipAssert.java b/src/main/java/org/assertj/neo4j/api/RelationshipAssert.java index 54daae4..0eedc47 100644 --- a/src/main/java/org/assertj/neo4j/api/RelationshipAssert.java +++ b/src/main/java/org/assertj/neo4j/api/RelationshipAssert.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/main/java/org/assertj/neo4j/api/ResultAssert.java b/src/main/java/org/assertj/neo4j/api/ResultAssert.java index f3871ff..d62b927 100644 --- a/src/main/java/org/assertj/neo4j/api/ResultAssert.java +++ b/src/main/java/org/assertj/neo4j/api/ResultAssert.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldEndWithNode.java b/src/main/java/org/assertj/neo4j/error/ShouldEndWithNode.java index 41db568..3077e8d 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldEndWithNode.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldEndWithNode.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldEndWithRelationship.java b/src/main/java/org/assertj/neo4j/error/ShouldEndWithRelationship.java index 4335689..05c9d5e 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldEndWithRelationship.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldEndWithRelationship.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldHaveLabel.java b/src/main/java/org/assertj/neo4j/error/ShouldHaveLabel.java index 918c96e..2a01eee 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldHaveLabel.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldHaveLabel.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldHaveLength.java b/src/main/java/org/assertj/neo4j/error/ShouldHaveLength.java index a7360da..41a4c8e 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldHaveLength.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldHaveLength.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldHaveProperty.java b/src/main/java/org/assertj/neo4j/error/ShouldHaveProperty.java index 20a97c4..b00e948 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldHaveProperty.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldHaveProperty.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldHavePropertyKey.java b/src/main/java/org/assertj/neo4j/error/ShouldHavePropertyKey.java index 487fbd6..d4cd247 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldHavePropertyKey.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldHavePropertyKey.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldHaveRelationshipType.java b/src/main/java/org/assertj/neo4j/error/ShouldHaveRelationshipType.java index 35c4185..03681b9 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldHaveRelationshipType.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldHaveRelationshipType.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldNotEndWithNode.java b/src/main/java/org/assertj/neo4j/error/ShouldNotEndWithNode.java index 9c42fa5..77dc3e5 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldNotEndWithNode.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldNotEndWithNode.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldNotEndWithRelationship.java b/src/main/java/org/assertj/neo4j/error/ShouldNotEndWithRelationship.java index 95430a4..1bb6d6a 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldNotEndWithRelationship.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldNotEndWithRelationship.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldNotHaveLabel.java b/src/main/java/org/assertj/neo4j/error/ShouldNotHaveLabel.java index 85c5876..2bf2be6 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldNotHaveLabel.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldNotHaveLabel.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldNotHaveProperty.java b/src/main/java/org/assertj/neo4j/error/ShouldNotHaveProperty.java index 8e8b9c4..2207105 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldNotHaveProperty.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldNotHaveProperty.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldNotHavePropertyKey.java b/src/main/java/org/assertj/neo4j/error/ShouldNotHavePropertyKey.java index fdda6cc..6d474ac 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldNotHavePropertyKey.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldNotHavePropertyKey.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldNotHaveRelationshipType.java b/src/main/java/org/assertj/neo4j/error/ShouldNotHaveRelationshipType.java index 578d77c..33a2403 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldNotHaveRelationshipType.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldNotHaveRelationshipType.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldNotStartWithNode.java b/src/main/java/org/assertj/neo4j/error/ShouldNotStartWithNode.java index 7fe1842..52606df 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldNotStartWithNode.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldNotStartWithNode.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldStartOrEndWithNode.java b/src/main/java/org/assertj/neo4j/error/ShouldStartOrEndWithNode.java index 3067ebc..f22870d 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldStartOrEndWithNode.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldStartOrEndWithNode.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/main/java/org/assertj/neo4j/error/ShouldStartWithNode.java b/src/main/java/org/assertj/neo4j/error/ShouldStartWithNode.java index 48b6bbd..556ad60 100644 --- a/src/main/java/org/assertj/neo4j/error/ShouldStartWithNode.java +++ b/src/main/java/org/assertj/neo4j/error/ShouldStartWithNode.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.error; diff --git a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_ConstraintDefinition_Test.java b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_ConstraintDefinition_Test.java index 42eeb1b..26aa001 100644 --- a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_ConstraintDefinition_Test.java +++ b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_ConstraintDefinition_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_IndexDefinition_Test.java b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_IndexDefinition_Test.java index 5cc8091..5a50c94 100644 --- a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_IndexDefinition_Test.java +++ b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_IndexDefinition_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Node_Test.java b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Node_Test.java index 58372c6..a900984 100644 --- a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Node_Test.java +++ b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Node_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Path_Test.java b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Path_Test.java index 3256e64..24c5ea1 100644 --- a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Path_Test.java +++ b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Path_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_PropertyContainer_Test.java b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_PropertyContainer_Test.java index baf9c5d..02623c5 100644 --- a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_PropertyContainer_Test.java +++ b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_PropertyContainer_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Relationship_Test.java b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Relationship_Test.java index 8c02318..883f24d 100644 --- a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Relationship_Test.java +++ b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Relationship_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Result_Test.java b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Result_Test.java index 46d9714..8eb0a88 100644 --- a/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Result_Test.java +++ b/src/test/java/org/assertj/neo4j/api/Assertions_assertThat_with_Result_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api; diff --git a/src/test/java/org/assertj/neo4j/api/constraintedefinition/ConstraintDefinitionAssert_hasLabel_Test.java b/src/test/java/org/assertj/neo4j/api/constraintedefinition/ConstraintDefinitionAssert_hasLabel_Test.java index d445a9d..b614ff4 100644 --- a/src/test/java/org/assertj/neo4j/api/constraintedefinition/ConstraintDefinitionAssert_hasLabel_Test.java +++ b/src/test/java/org/assertj/neo4j/api/constraintedefinition/ConstraintDefinitionAssert_hasLabel_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.constraintedefinition; diff --git a/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_doesNotHaveLabel_Test.java b/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_doesNotHaveLabel_Test.java index 10d778a..9c04f0b 100644 --- a/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_doesNotHaveLabel_Test.java +++ b/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_doesNotHaveLabel_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.indexdefinition; diff --git a/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_doesNotHaveLabel_represented_as_string_Test.java b/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_doesNotHaveLabel_represented_as_string_Test.java index d91d864..9fcf80f 100644 --- a/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_doesNotHaveLabel_represented_as_string_Test.java +++ b/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_doesNotHaveLabel_represented_as_string_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.indexdefinition; diff --git a/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_hasLabel_Test.java b/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_hasLabel_Test.java index 2f8f6c3..0159d75 100644 --- a/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_hasLabel_Test.java +++ b/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_hasLabel_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.indexdefinition; diff --git a/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_hasLabel_represented_as_string_Test.java b/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_hasLabel_represented_as_string_Test.java index ee7c9e4..2342770 100644 --- a/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_hasLabel_represented_as_string_Test.java +++ b/src/test/java/org/assertj/neo4j/api/indexdefinition/IndexDefinitionAssert_hasLabel_represented_as_string_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.indexdefinition; diff --git a/src/test/java/org/assertj/neo4j/api/node/NodeAssert_doesNotHaveLabel_Test.java b/src/test/java/org/assertj/neo4j/api/node/NodeAssert_doesNotHaveLabel_Test.java index e04a807..ef49b2e 100644 --- a/src/test/java/org/assertj/neo4j/api/node/NodeAssert_doesNotHaveLabel_Test.java +++ b/src/test/java/org/assertj/neo4j/api/node/NodeAssert_doesNotHaveLabel_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.node; diff --git a/src/test/java/org/assertj/neo4j/api/node/NodeAssert_doesNotHaveLabel_represented_as_string_Test.java b/src/test/java/org/assertj/neo4j/api/node/NodeAssert_doesNotHaveLabel_represented_as_string_Test.java index 4e3053b..818246a 100644 --- a/src/test/java/org/assertj/neo4j/api/node/NodeAssert_doesNotHaveLabel_represented_as_string_Test.java +++ b/src/test/java/org/assertj/neo4j/api/node/NodeAssert_doesNotHaveLabel_represented_as_string_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.node; diff --git a/src/test/java/org/assertj/neo4j/api/node/NodeAssert_hasLabel_Test.java b/src/test/java/org/assertj/neo4j/api/node/NodeAssert_hasLabel_Test.java index 9b7276c..d85e7ee 100644 --- a/src/test/java/org/assertj/neo4j/api/node/NodeAssert_hasLabel_Test.java +++ b/src/test/java/org/assertj/neo4j/api/node/NodeAssert_hasLabel_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.node; diff --git a/src/test/java/org/assertj/neo4j/api/node/NodeAssert_hasLabel_represented_as_string_Test.java b/src/test/java/org/assertj/neo4j/api/node/NodeAssert_hasLabel_represented_as_string_Test.java index 4ee77d6..17c19b4 100644 --- a/src/test/java/org/assertj/neo4j/api/node/NodeAssert_hasLabel_represented_as_string_Test.java +++ b/src/test/java/org/assertj/neo4j/api/node/NodeAssert_hasLabel_represented_as_string_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.node; diff --git a/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotEndWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotEndWithNode_Test.java index 38b31e1..9d768be 100644 --- a/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotEndWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotEndWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.path; diff --git a/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotEndWithRelationship_Test.java b/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotEndWithRelationship_Test.java index aae7e40..bf023b1 100644 --- a/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotEndWithRelationship_Test.java +++ b/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotEndWithRelationship_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.path; diff --git a/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotStartWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotStartWithNode_Test.java index 14fe9d0..3c59fa2 100644 --- a/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotStartWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/path/PathAssert_doesNotStartWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.path; diff --git a/src/test/java/org/assertj/neo4j/api/path/PathAssert_endsWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/path/PathAssert_endsWithNode_Test.java index 52f6d71..460df23 100644 --- a/src/test/java/org/assertj/neo4j/api/path/PathAssert_endsWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/path/PathAssert_endsWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.path; diff --git a/src/test/java/org/assertj/neo4j/api/path/PathAssert_endsWithRelationship_Test.java b/src/test/java/org/assertj/neo4j/api/path/PathAssert_endsWithRelationship_Test.java index d0f691c..c0d467e 100644 --- a/src/test/java/org/assertj/neo4j/api/path/PathAssert_endsWithRelationship_Test.java +++ b/src/test/java/org/assertj/neo4j/api/path/PathAssert_endsWithRelationship_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.path; diff --git a/src/test/java/org/assertj/neo4j/api/path/PathAssert_hasLength_Test.java b/src/test/java/org/assertj/neo4j/api/path/PathAssert_hasLength_Test.java index 986fb0e..3279dd1 100644 --- a/src/test/java/org/assertj/neo4j/api/path/PathAssert_hasLength_Test.java +++ b/src/test/java/org/assertj/neo4j/api/path/PathAssert_hasLength_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.path; diff --git a/src/test/java/org/assertj/neo4j/api/path/PathAssert_startsWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/path/PathAssert_startsWithNode_Test.java index 78316c7..8267e43 100644 --- a/src/test/java/org/assertj/neo4j/api/path/PathAssert_startsWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/path/PathAssert_startsWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.path; diff --git a/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_doesNotHavePropertyKey_Test.java b/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_doesNotHavePropertyKey_Test.java index 4423201..cd27e27 100644 --- a/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_doesNotHavePropertyKey_Test.java +++ b/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_doesNotHavePropertyKey_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.propertycontainer; diff --git a/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_doesNotHaveProperty_Test.java b/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_doesNotHaveProperty_Test.java index 347ff34..c0d273a 100644 --- a/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_doesNotHaveProperty_Test.java +++ b/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_doesNotHaveProperty_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.propertycontainer; diff --git a/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_hasPropertyKey_Test.java b/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_hasPropertyKey_Test.java index 220544e..3af98f0 100644 --- a/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_hasPropertyKey_Test.java +++ b/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_hasPropertyKey_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.propertycontainer; diff --git a/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_hasProperty_Test.java b/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_hasProperty_Test.java index 92017f5..47e7c07 100644 --- a/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_hasProperty_Test.java +++ b/src/test/java/org/assertj/neo4j/api/propertycontainer/PropertyContainerAssert_hasProperty_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.propertycontainer; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotEndWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotEndWithNode_Test.java index e84d294..6859e28 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotEndWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotEndWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotHaveType_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotHaveType_Test.java index a03cf37..8f556d3 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotHaveType_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotHaveType_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotHaveType_represented_as_string_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotHaveType_represented_as_string_Test.java index b56a103..9782804 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotHaveType_represented_as_string_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotHaveType_represented_as_string_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotStartWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotStartWithNode_Test.java index 1270d46..3e6621c 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotStartWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_doesNotStartWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_endsWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_endsWithNode_Test.java index b68f6f6..451474e 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_endsWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_endsWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_hasType_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_hasType_Test.java index c2a30a4..37abe5f 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_hasType_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_hasType_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_hasType_represented_as_string_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_hasType_represented_as_string_Test.java index ce35f24..a396ee5 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_hasType_represented_as_string_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_hasType_represented_as_string_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_startsOrEndsWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_startsOrEndsWithNode_Test.java index f1fb504..44de69c 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_startsOrEndsWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_startsOrEndsWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_startsWithNode_Test.java b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_startsWithNode_Test.java index b42886b..58d2abe 100644 --- a/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_startsWithNode_Test.java +++ b/src/test/java/org/assertj/neo4j/api/relationship/RelationshipAssert_startsWithNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.relationship; diff --git a/src/test/java/org/assertj/neo4j/api/result/ResultAssert_contains_Test.java b/src/test/java/org/assertj/neo4j/api/result/ResultAssert_contains_Test.java index 3d05009..797d4d0 100644 --- a/src/test/java/org/assertj/neo4j/api/result/ResultAssert_contains_Test.java +++ b/src/test/java/org/assertj/neo4j/api/result/ResultAssert_contains_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.result; diff --git a/src/test/java/org/assertj/neo4j/api/result/TestResult.java b/src/test/java/org/assertj/neo4j/api/result/TestResult.java index 9a6cb0d..8699cac 100644 --- a/src/test/java/org/assertj/neo4j/api/result/TestResult.java +++ b/src/test/java/org/assertj/neo4j/api/result/TestResult.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. */ package org.assertj.neo4j.api.result;