Skip to content

Commit 25af774

Browse files
fix deprecated javadoc in Coder.java properly
1 parent bda20e9 commit 25af774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sdks/java/core/src/main/java/org/apache/beam/sdk/coders

sdks/java/core/src/main/java/org/apache/beam/sdk/coders/Coder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ public abstract class Coder<T> implements Serializable {
106106
* should delegate to component coders with the appropriate context when encoding nested
107107
* structures.
108108
*
109-
* @deprecated This class is deprecated. Use the newer encoding context mechanisms provided by the
110-
* beam SDK instead.
109+
* @deprecated This class is deprecated and will be removed in future release.
110+
* Use {@link Coder.Context} alternatives provided by the Beam SDk instead.
111111
*/
112112
@Deprecated
113113
public static class Context {

0 commit comments

Comments
 (0)