mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
typo fix
This commit is contained in:
@@ -6,12 +6,12 @@ import com.usatiuk.dhfs.files.objects.ChunkData;
|
||||
import com.usatiuk.dhfs.files.objects.ChunkInfo;
|
||||
import com.usatiuk.dhfs.files.objects.File;
|
||||
import com.usatiuk.dhfs.files.objects.FsNode;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.JKleppmannTree;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.JKleppmannTreeManager;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMetaDirectory;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMetaFile;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.JKleppmannTree;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.JKleppmannTreeManager;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMetaDirectory;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMetaFile;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jrepository.JObject;
|
||||
import com.usatiuk.dhfs.objects.jrepository.JObjectManager;
|
||||
import com.usatiuk.dhfs.objects.repository.PersistentRemoteHostsService;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.helpers.StorageInterfaceService;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.helpers.StorageInterfaceService;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.kleppmanntree.KleppmannTree;
|
||||
import com.usatiuk.kleppmanntree.OpMove;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree;
|
||||
|
||||
import com.usatiuk.dhfs.SerializationHelper;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.helpers.OpQueueHelper;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.helpers.StorageInterfaceService;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.helpers.OpQueueHelper;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.helpers.StorageInterfaceService;
|
||||
import com.usatiuk.kleppmanntree.AtomicClock;
|
||||
import io.quarkus.logging.Log;
|
||||
import io.quarkus.runtime.ShutdownEvent;
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.helpers.OpQueueHelper;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.helpers.OpQueueHelper;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.repository.invalidation.OpQueue;
|
||||
import com.usatiuk.kleppmanntree.AtomicClock;
|
||||
import com.usatiuk.kleppmanntree.CombinedTimestamp;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree;
|
||||
|
||||
import com.usatiuk.dhfs.objects.repository.PersistentRemoteHostsService;
|
||||
import com.usatiuk.kleppmanntree.PeerInterface;
|
||||
@@ -1,9 +1,9 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.helpers.StorageInterfaceService;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMetaDirectory;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.helpers.StorageInterfaceService;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMetaDirectory;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jrepository.JObject;
|
||||
import com.usatiuk.kleppmanntree.CombinedTimestamp;
|
||||
import com.usatiuk.kleppmanntree.LogOpMove;
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jrepository.JObject;
|
||||
import com.usatiuk.kleppmanntree.TreeNode;
|
||||
import com.usatiuk.kleppmanntree.TreeNodeWrapper;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.helpers;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.helpers;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.JKleppmannTreePersistentData;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.JKleppmannTreePersistentData;
|
||||
import com.usatiuk.dhfs.objects.repository.PersistentRemoteHostsService;
|
||||
import com.usatiuk.dhfs.objects.repository.RemoteHostManager;
|
||||
import com.usatiuk.dhfs.objects.repository.invalidation.InvalidationQueueService;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.helpers;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.helpers;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jrepository.JObject;
|
||||
import com.usatiuk.dhfs.objects.jrepository.JObjectManager;
|
||||
import com.usatiuk.dhfs.objects.repository.PersistentRemoteHostsService;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.serializers;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.serializers;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMetaDirectory;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMetaDirectory;
|
||||
import com.usatiuk.dhfs.objects.persistence.TreeNodeMetaDirectoryP;
|
||||
import com.usatiuk.dhfs.objects.protoserializer.ProtoDeserializer;
|
||||
import com.usatiuk.dhfs.objects.protoserializer.ProtoSerializer;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.serializers;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.serializers;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMetaFile;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMetaFile;
|
||||
import com.usatiuk.dhfs.objects.persistence.TreeNodeMetaFileP;
|
||||
import com.usatiuk.dhfs.objects.protoserializer.ProtoDeserializer;
|
||||
import com.usatiuk.dhfs.objects.protoserializer.ProtoSerializer;
|
||||
@@ -1,9 +1,9 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.serializers;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.serializers;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMetaDirectory;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.JTreeNodeMetaFile;
|
||||
import com.usatiuk.dhfs.objects.jklepmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMeta;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMetaDirectory;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.JTreeNodeMetaFile;
|
||||
import com.usatiuk.dhfs.objects.jkleppmanntree.structs.TreeNodeJObjectData;
|
||||
import com.usatiuk.dhfs.objects.persistence.TreeNodeMetaDirectoryP;
|
||||
import com.usatiuk.dhfs.objects.persistence.TreeNodeMetaFileP;
|
||||
import com.usatiuk.dhfs.objects.persistence.TreeNodeP;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.structs;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.structs;
|
||||
|
||||
import com.usatiuk.kleppmanntree.NodeMeta;
|
||||
import lombok.Getter;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.structs;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.structs;
|
||||
|
||||
public class JTreeNodeMetaDirectory extends JTreeNodeMeta {
|
||||
public JTreeNodeMetaDirectory(String name) {
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.structs;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.structs;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.usatiuk.dhfs.objects.jklepmanntree.structs;
|
||||
package com.usatiuk.dhfs.objects.jkleppmanntree.structs;
|
||||
|
||||
import com.usatiuk.dhfs.objects.jrepository.JObjectData;
|
||||
import com.usatiuk.dhfs.objects.jrepository.OnlyLocal;
|
||||
Reference in New Issue
Block a user