All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.beijunyi.parallelgit.filesystem.io.DeleteNode Maven / Gradle / Ivy

package com.beijunyi.parallelgit.filesystem.io;

import javax.annotation.Nullable;

public class DeleteNode extends GfsChange {

  @Nullable
  @Override
  protected Node convertNode(@Nullable Node node, DirectoryNode parent) {
    return null;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy