mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove deprecated
This commit is contained in:
@@ -121,19 +121,6 @@ public class QrConfig {
|
||||
return foreColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置前景色,例如:Color.BLUE.getRGB()
|
||||
*
|
||||
* @param foreColor 前景色
|
||||
* @return this
|
||||
* @deprecated 请使用 {@link #setForeColor(Color)}
|
||||
*/
|
||||
@Deprecated
|
||||
public QrConfig setForeColor(int foreColor) {
|
||||
this.foreColor = foreColor;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置前景色,例如:Color.BLUE.getRGB()
|
||||
*
|
||||
@@ -157,19 +144,6 @@ public class QrConfig {
|
||||
return backColor;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置背景色,例如:Color.BLUE.getRGB()
|
||||
*
|
||||
* @param backColor 背景色
|
||||
* @return this
|
||||
* @deprecated 请使用 {@link #setBackColor(Color)}
|
||||
*/
|
||||
@Deprecated
|
||||
public QrConfig setBackColor(int backColor) {
|
||||
this.backColor = backColor;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置背景色,例如:Color.BLUE
|
||||
*
|
||||
|
Reference in New Issue
Block a user