Commit 17ae095d32a4f63cdb812607fcdc2fa534f0498e
Committed by
Andrew Shvayka
1 parent
bf76e0e2
Remove Unused Variable
Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -160,8 +160,6 @@ import static org.thingsboard.server.dao.service.Validator.validateId; |
160 | 160 | public abstract class BaseController { |
161 | 161 | |
162 | 162 | public static final String INCORRECT_TENANT_ID = "Incorrect tenantId "; |
163 | - public static final String YOU_DON_T_HAVE_PERMISSION_TO_PERFORM_THIS_OPERATION = "You don't have permission to perform this operation!"; | |
164 | - | |
165 | 163 | protected static final String DEFAULT_DASHBOARD = "defaultDashboardId"; |
166 | 164 | protected static final String HOME_DASHBOARD = "homeDashboardId"; |
167 | 165 | ... | ... |