Merge "Remove unnecessary TODOs"

This commit is contained in:
Neil Fuller
2017-07-17 22:15:42 +00:00
committed by Gerrit Code Review
4 changed files with 0 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ import org.junit.Test;
/**
* Tests for {@link DistroFormatVersion}.
*/
// TODO(nfuller) Move to CTS once this class is part of the SystemApi. http://b/31008728
public class DistroFormatVersionTest {
@Test

View File

@@ -27,7 +27,6 @@ import org.junit.Test;
/**
* Tests for {@link DistroRulesVersion}.
*/
// TODO(nfuller) Move to CTS once this class is part of the SystemApi. http://b/31008728
public class DistroRulesVersionTest {
@Test

View File

@@ -29,7 +29,6 @@ import org.junit.Test;
/**
* Tests for {@link RulesState}.
*/
// TODO(nfuller) Move to CTS once this class is part of the SystemApi. http://b/31008728
public class RulesStateTest {
@Test

View File

@@ -33,7 +33,6 @@ import org.junit.Test;
/**
* Tests for {@link RulesUpdaterContract}.
*/
// TODO(nfuller) Move to CTS once this class is part of the SystemApi. http://b/31008728
public class RulesUpdaterContractTest {
@Test