Skip to content

Commit

Permalink
Remove unnecessary @API declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jul 6, 2018
1 parent 93c5215 commit cb8087d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@

package org.junit.platform.engine.support.descriptor;

import static org.apiguardian.api.API.Status.STABLE;

import java.net.URI;
import java.util.Objects;

import org.apiguardian.api.API;
import org.junit.platform.commons.util.Preconditions;
import org.junit.platform.commons.util.ToStringBuilder;

Expand All @@ -24,7 +21,6 @@
*
* @since 1.3
*/
@API(status = STABLE, since = "1.3")
class DefaultUriSource implements UriSource {

private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit cb8087d

Please sign in to comment.