Skip to content

Commit

Permalink
fixing checkstyle problem
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 10, 2020
1 parent 8dcc264 commit 031b8e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public class LivesyncTokenEditorPanel extends BasePanel<PrismObjectWrapper<TaskT
private static final String ID_OK = "ok";
private static final String ID_CANCEL = "cancel";

public static ItemPath PATH_TOKEN = ItemPath.create(TaskType.F_EXTENSION, SchemaConstants.SYNC_TOKEN);
public static final ItemPath PATH_TOKEN = ItemPath.create(TaskType.F_EXTENSION, SchemaConstants.SYNC_TOKEN);

public LivesyncTokenEditorPanel(String id, IModel<PrismObjectWrapper<TaskType>> model) {
super(id, model);
Expand Down

0 comments on commit 031b8e0

Please sign in to comment.