Fix header

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-05-18 08:37:31 +02:00
parent 58648cb9b2
commit 610daed845
3 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
/**
* Copyright (c) 2011-2016 Bosch Software Innovations GmbH, Germany. All rights reserved.
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclipse.hawkbit.ddi.client.resource;

View File

@@ -12,8 +12,8 @@ import java.io.IOException;
import java.io.InputStream;
/**
* Implementation of {@link ArtifactsPersistenceStrategy} for not downloading any
* artifacts.
* Implementation of {@link ArtifactsPersistenceStrategy} for not downloading
* any artifacts.
*/
public class DoNotSaveArtifacts implements ArtifactsPersistenceStrategy {

View File

@@ -18,8 +18,8 @@ import com.google.common.io.ByteStreams;
import com.google.common.io.Files;
/**
* Implementation of {@link ArtifactsPersistenceStrategy} for downloading artifacts to
* the temp directory.
* Implementation of {@link ArtifactsPersistenceStrategy} for downloading
* artifacts to the temp directory.
*/
public class SaveArtifactsToLocalTempDirectories implements ArtifactsPersistenceStrategy {