renamed package org.cryptomator.crypto.fs to org.cryptomator.filesystem.crypto (same as all other org.cryptomator.filesystem.* filesystems) [ci skip]

This commit is contained in:
Sebastian Stenzel
2015-12-29 07:50:31 +01:00
parent 3998a7cd58
commit 3317babe6b
10 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
* Contributors:
* Sebastian Stenzel - initial API and implementation
*******************************************************************************/
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import java.io.UncheckedIOException;
import java.time.Instant;

View File

@@ -6,7 +6,7 @@
* Contributors:
* Sebastian Stenzel - initial API and implementation
*******************************************************************************/
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import java.nio.ByteBuffer;
import java.util.Optional;

View File

@@ -6,7 +6,7 @@
* Contributors:
* Sebastian Stenzel - initial API and implementation
*******************************************************************************/
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import java.nio.ByteBuffer;
import java.time.Instant;

View File

@@ -6,7 +6,7 @@
* Contributors:
* Sebastian Stenzel - initial API and implementation
*******************************************************************************/
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import java.util.Optional;

View File

@@ -1,4 +1,4 @@
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import java.io.UncheckedIOException;
import java.nio.ByteBuffer;

View File

@@ -1,4 +1,4 @@
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import java.io.UncheckedIOException;
import java.nio.ByteBuffer;

View File

@@ -11,4 +11,4 @@
* While the implementation in this package dictates the Vault directory layout, no encryption code can be found here.
* All cryptographic operations are delegated to the {@link org.cryptomator.crypto.engine CryptoEngine}.
*/
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;

View File

@@ -6,7 +6,7 @@
* Contributors:
* Sebastian Stenzel - initial API and implementation
*******************************************************************************/
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import static org.cryptomator.filesystem.FileSystemVisitor.fileSystemVisitor;

View File

@@ -6,7 +6,7 @@
* Contributors:
* Sebastian Stenzel - initial API and implementation
*******************************************************************************/
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import static org.cryptomator.filesystem.FileSystemVisitor.fileSystemVisitor;

View File

@@ -1,4 +1,4 @@
package org.cryptomator.crypto.fs;
package org.cryptomator.filesystem.crypto;
import static org.cryptomator.filesystem.FileSystemVisitor.fileSystemVisitor;