From eeffa805a212ebb25c4af18db1e927b23a3ad66a Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 18 Aug 2016 09:31:40 +0300 Subject: Remove trailing whitespace from code and javadoc Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d --- .../src/main/java/com/vaadin/buildhelpers/CompileTheme.java | 6 +++--- .../java/com/vaadin/buildhelpers/GeneratePackageExports.java | 10 +++++----- .../main/java/com/vaadin/buildhelpers/ManifestWriter.java | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'buildhelpers') diff --git a/buildhelpers/src/main/java/com/vaadin/buildhelpers/CompileTheme.java b/buildhelpers/src/main/java/com/vaadin/buildhelpers/CompileTheme.java index 83ce4608d9..edd4fd9b88 100644 --- a/buildhelpers/src/main/java/com/vaadin/buildhelpers/CompileTheme.java +++ b/buildhelpers/src/main/java/com/vaadin/buildhelpers/CompileTheme.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2014 Vaadin Ltd. - * + * * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the diff --git a/buildhelpers/src/main/java/com/vaadin/buildhelpers/GeneratePackageExports.java b/buildhelpers/src/main/java/com/vaadin/buildhelpers/GeneratePackageExports.java index 9b8f1d1fb1..a27bed1dba 100644 --- a/buildhelpers/src/main/java/com/vaadin/buildhelpers/GeneratePackageExports.java +++ b/buildhelpers/src/main/java/com/vaadin/buildhelpers/GeneratePackageExports.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2014 Vaadin Ltd. - * + * * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the @@ -35,7 +35,7 @@ import java.util.regex.Pattern; * Export-Package attribute, and appends it to the jar's MANIFEST.MF. *

* See #3521 for details. - * + * * @author magi */ public class GeneratePackageExports { @@ -148,7 +148,7 @@ public class GeneratePackageExports { * version.. Searches for the packge and then its parents * recursively. Falls back to the "vaadin.version" system property if no * other properties are found. - * + * * @param javaPackage * The package to determine a version for * @return A version or null if no version has been defined diff --git a/buildhelpers/src/main/java/com/vaadin/buildhelpers/ManifestWriter.java b/buildhelpers/src/main/java/com/vaadin/buildhelpers/ManifestWriter.java index 90541f6231..bb8cb27e38 100644 --- a/buildhelpers/src/main/java/com/vaadin/buildhelpers/ManifestWriter.java +++ b/buildhelpers/src/main/java/com/vaadin/buildhelpers/ManifestWriter.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2014 Vaadin Ltd. - * + * * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the @@ -33,7 +33,7 @@ public class ManifestWriter { /** * Writes a manifest attribute to a temporary buffer. - * + * * @param name * Attribute name * @param value @@ -56,10 +56,10 @@ public class ManifestWriter { /** * Writes the manifest to given JAR file. - * + * * The manifest must be created with {@code #writeAttribute(String, String)} * before calling this write. - * + * * @param jarFilename * File name of the JAR in which the manifest is written * @return 0 on success, nonzero value on error -- cgit v1.2.3