Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed wrong TODOs
  • Loading branch information
dilshat committed Sep 18, 2017
1 parent e9d2ee9 commit b2717a2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
import io.subutai.hub.share.quota.ContainerQuota;


/**
* TODO Seems obsolete. Check and delete
*/
public class RestServiceImpl implements RestService
{
private static Logger LOG = LoggerFactory.getLogger( RestServiceImpl.class );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public class CustomSslContextFactory extends SslContextFactory

private boolean customStart = false;

//TODO take these parameters from config file
private String _keyStorePassword = "subutai";
private String _trustStorePassword = "subutai";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.subutai.common.environment;

//todo move to io.subutai.core.environment.api.exception package

public class EnvironmentModificationException extends Exception
{
public EnvironmentModificationException( final Throwable cause )
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
import static org.hamcrest.core.StringStartsWith.startsWith;


//TODO this is for temporary period
//@Ignore
public class PGPEncryptionUtilTest
{
private static final Logger logger = LoggerFactory.getLogger( PGPEncryptionUtilTest.class );
Expand Down

0 comments on commit b2717a2

Please sign in to comment.