Skip to content

Commit 68b9d2c

Browse files
committed
Fix javadoc error
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent 8635660 commit 68b9d2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/org/openstreetmap/josm/plugins/turnlanestagging/editor/TagTableCellRenderer.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
public class TagTableCellRenderer extends org.openstreetmap.josm.plugins.tageditor.editor.TagTableCellRenderer {
1919

2020
/**
21-
* renders the background color. The default color is white. It is set to {
21+
* renders the background color. The default color is white. It is set to
22+
* {@link org.openstreetmap.josm.plugins.tageditor.editor.TagTableCellRenderer#BG_COLOR_HIGHLIGHTED BG_COLOR_HIGHLIGHTED}.
2223
*
2324
* @param tagModel the tag model
2425
* @param model the tag editor model
2526
*
26-
* @see TableCellRenderer#BG_COLOR_HIGHLIGHTED} if this cell displays the
27+
* @see org.openstreetmap.josm.plugins.tageditor.editor.TagTableCellRenderer#BG_COLOR_HIGHLIGHTED if this cell displays the
2728
* tag which is suggested by the currently selected preset.
2829
*/
2930
protected void renderColor(TagModel tagModel, TagEditorModel model, boolean isSelected, boolean isvalTag) {

0 commit comments

Comments
 (0)