James Moger
2014-03-17 245836904ba5cecdc31773cf7c9616396c8ad8c0
src/main/java/com/gitblit/transport/ssh/FileKeyManager.java
@@ -35,12 +35,12 @@
import com.google.common.io.Files;
/**
 * Manages SSH keys on the filesystem.
 * Manages public keys on the filesystem.
 *
 * @author James Moger
 *
 */
public class FileKeyManager extends IKeyManager {
public class FileKeyManager extends IPublicKeyManager {
   protected final IRuntimeManager runtimeManager;
@@ -59,6 +59,7 @@
   @Override
   public FileKeyManager start() {
      log.info(toString());
      return this;
   }