From 013b5db490f1cf956a5b3be901f0fa9e3bd505b6 Mon Sep 17 00:00:00 2001 From: Kevin Leturc Date: Mon, 29 Jun 2020 11:31:16 +0200 Subject: [PATCH] JAVACLIENT-201: Cleanup / Format --- .../src/main/java/org/nuxeo/client/NuxeoVersion.java | 2 +- .../src/test/java/org/nuxeo/client/TestNuxeoVersion.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxeo-java-client/src/main/java/org/nuxeo/client/NuxeoVersion.java b/nuxeo-java-client/src/main/java/org/nuxeo/client/NuxeoVersion.java index aa9b6948..d98d4a89 100644 --- a/nuxeo-java-client/src/main/java/org/nuxeo/client/NuxeoVersion.java +++ b/nuxeo-java-client/src/main/java/org/nuxeo/client/NuxeoVersion.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017 Nuxeo (http://nuxeo.com/) and others. + * (C) Copyright 2017-2020 Nuxeo (http://nuxeo.com/) and others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nuxeo-java-client/src/test/java/org/nuxeo/client/TestNuxeoVersion.java b/nuxeo-java-client/src/test/java/org/nuxeo/client/TestNuxeoVersion.java index db33f750..381b038e 100644 --- a/nuxeo-java-client/src/test/java/org/nuxeo/client/TestNuxeoVersion.java +++ b/nuxeo-java-client/src/test/java/org/nuxeo/client/TestNuxeoVersion.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017 Nuxeo (http://nuxeo.com/) and others. + * (C) Copyright 2017-2020 Nuxeo (http://nuxeo.com/) and others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.