Merge pull request #5569 from APriestman/doxygenFixes_1_9_2020

Doxygen fix
This commit is contained in:
Richard Cordovano 2020-01-09 11:32:41 -05:00 committed by GitHub
commit 5f140a87ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -636,8 +636,7 @@ public class MediaPlayerPanel extends JPanel implements MediaFileViewer.MediaVie
* the thumb progresses.
*
* @param slider JSlider component
* @param config Configuration object. Contains info about thumb
* dimensions and colors.
* @param thumbDimension
*/
public CircularJSliderUI(JSlider slider, Dimension thumbDimension) {
super(slider);