Skip to content

Commit

Permalink
perf: Add deprecation suppressWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sondertara committed Jul 31, 2022
1 parent 9580eb4 commit 1ac610d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*
* @author huangxiaohu
*/
@SuppressWarnings("deprecated")
@SuppressWarnings("deprecation")
@Transactional(readOnly = true)
public class JoyaRepository {

Expand Down

0 comments on commit 1ac610d

Please sign in to comment.