Skip to content

Commit bab5ad3

Browse files
author
Amir Tocker
committed
Add deprecation message to Layer classes.
1 parent 07da62b commit bab5ad3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.cloudinary.transformation;
22

33
/**
4-
* @deprecated
4+
* @deprecated Use {@link Layer} instead
55
*/
66
public class LayerBuilder extends Layer {
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.cloudinary.transformation;
22

33
/**
4-
* @deprecated
4+
* @deprecated Use {@link SubtitlesLayer} instead
55
*/
66
public class SubtitlesLayerBuilder extends SubtitlesLayer {
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.cloudinary.transformation;
22

33
/**
4-
* @deprecated
4+
* @deprecated Use {@link TextLayer} instead
55
*/
66
public class TextLayerBuilder extends TextLayer {
77
}

0 commit comments

Comments
 (0)