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
This commit is contained in:
huangdarwin 2022-11-23 16:33:03 +00:00 committed by Ian Baker
parent f262e9132b
commit e61ff42adb

View file

@ -39,12 +39,11 @@ import java.lang.annotation.Target;
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
* 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
@Retention(RetentionPolicy.SOURCE)
@Target(TYPE_USE)