Skip to content

Commit b00f690

Browse files
HeniganHenigan
authored andcommitted
Add deprecated javadocs
1 parent 937100e commit b00f690

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

base/src/main/java/com/smartdevicelink/proxy/rpc/SetDisplayLayout.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
* <p> REJECTED</p>
9494
*
9595
* @since SmartDeviceLink 2.0
96+
* @deprecated in SmartDeviceLink 6.0
9697
*/
9798
@Deprecated
9899
public class SetDisplayLayout extends RPCRequest {

base/src/main/java/com/smartdevicelink/proxy/rpc/SetDisplayLayoutResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* Set Display Layout Response is sent, when SetDisplayLayout has been called
4646
*
4747
* @since SmartDeviceLink 2.0
48+
* @deprecated in SmartDeviceLink 6.0
4849
*/
4950
@Deprecated
5051
public class SetDisplayLayoutResponse extends RPCResponse {

base/src/main/java/com/smartdevicelink/proxy/rpc/enums/DisplayType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* The type of the display.
3636
*
3737
* @since SmartDeviceLink 1.0
38+
* @deprecated in SmartDeviceLink 5.0
3839
*/
3940
@Deprecated
4041
public enum DisplayType {

0 commit comments

Comments
 (0)