Commit e61ff42a by huangdarwin Committed by Ian Baker

Transformer: Remove obsolete TODO from TransformationException.

The bug has since been fixed.

The values still could change, as the API is labelled as @UnstableApi, so it's
probably fine to leave the <p> tag mostly as is.

PiperOrigin-RevId: 490509205
parent f262e913
...@@ -39,12 +39,11 @@ import java.lang.annotation.Target; ...@@ -39,12 +39,11 @@ import java.lang.annotation.Target;
public final class TransformationException extends Exception { public final class TransformationException extends Exception {
/** /**
* Codes that identify causes of {@link Transformer} errors. * Error codes that identify causes of {@link Transformer} errors.
* *
* <p>This list of errors may be extended in future versions. The underlying values may also * <p>This list of errors may be extended in future versions. The underlying values may also
* change, so it is best to avoid relying on them directly without using the constants. * change, so it is best to avoid relying on them directly without using the constants.
*/ */
// TODO(b/209469847): Update the javadoc once the underlying values are fixed.
@Documented @Documented
@Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.SOURCE)
@Target(TYPE_USE) @Target(TYPE_USE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment