@@ -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;
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user