mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
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:
parent
f262e9132b
commit
e61ff42adb
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue