Skip to content

Commit

Permalink
[Codeathon]Fix errors on javadoc generation
Browse files Browse the repository at this point in the history
app-display-linearmeter ControlSystemStudio#2795
  • Loading branch information
katysaintin committed Sep 4, 2023
1 parent 2ce5fb5 commit d917f25
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public CartesianPlot2Model(ADLWidget adlWidget, WidgetColor[] colorMap, Widget p

/**
* @param adlWidget
* @param colorMap
*/
@Override
public void processWidget(ADLWidget adlWidget) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ public void processWidget(ADLWidget adlWidget) throws Exception {
}

/**
* @param rdDisplay
* @param target
* @param rdDisplays
* @param ii
* @return
* @return ActionInfo
*/
public ActionInfo createOpenDisplayAction(final RelatedDisplayItem rdDisplay, Target target)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public class ADLBasicAttribute extends WidgetPart{
* The default constructor.
*
* @param adlBasicAttribute An ADLWidget that correspond a ADL Basic Attribute.
* @param parentWidgetModel The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public ADLBasicAttribute(final ADLWidget adlBasicAttribute) throws WrongADLFormatException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ public class ADLControl extends ADLConnected {
/**
* The default constructor.
*
* @param adlWidget
* An ADLWidget that correspond a ADL Control.
* @param parentWidgetModel
* The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException
* Wrong ADL format or untreated parameter found.
* @param adlWidget An ADLWidget that correspond a ADL Control.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public ADLControl(final ADLWidget adlWidget) throws WrongADLFormatException {
super(adlWidget);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @version $Revision$
* @since 11.09.2007
*/
@SuppressWarnings("nls")

public class ADLDynamicAttribute extends WidgetPart{
//TODO Strip out old code lines that refer to SDS implementations

Expand Down Expand Up @@ -74,7 +74,6 @@ public class ADLDynamicAttribute extends WidgetPart{
* The default constructor.
*
* @param adlDynamicAttribute An ADLWidget that correspond a ADL Dynamic Attribute.
* @param parentWidgetModel The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public ADLDynamicAttribute(final ADLWidget adlDynamicAttribute) throws WrongADLFormatException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,8 @@ public class ADLMenuItem extends WidgetPart {
/**
* The default constructor.
*
* @param menuItem
* An ADLWidget that correspond a ADL Menu Item.
* @param parentWidgetModel
* The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException
* Wrong ADL format or untreated parameter found.
* @param menuItem An ADLWidget that correspond a ADL Menu Item.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public ADLMenuItem(final ADLWidget menuItem)
throws WrongADLFormatException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ public class ADLMonitor extends ADLConnected {
/**
* The default constructor.
*
* @param adlWidget
* An ADLWidget that correspond a ADL Monitor.
* @param parentWidgetModel
* The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException
* Wrong ADL format or untreated parameter found.
* @param adlWidget An ADLWidget that correspond a ADL Monitor.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public ADLMonitor(final ADLWidget adlWidget) throws WrongADLFormatException {
super(adlWidget);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public class ADLObject extends WidgetPart{
* The default constructor.
*
* @param adlObject An ADLWidget that correspond a ADL Object.
* @param parentWidgetModel The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public ADLObject(final ADLWidget adlObject) throws WrongADLFormatException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public class ADLPoints extends WidgetPart{
* The default constructor.
*
* @param adlPoints An ADLWidget that correspond a ADL Points.
* @param parentWidgetModel The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public ADLPoints (final ADLWidget adlPoints ) throws WrongADLFormatException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public class ADLSensitive extends WidgetPart {
* The default constructor.
*
* @param sensitive An ADLWidget that correspond a ADL Sensitive Item.
* @param parentWidgetModel The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public ADLSensitive(final ADLWidget sensitive) throws WrongADLFormatException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,8 @@ public class RelatedDisplayItem extends WidgetPart {
/**
* The default constructor.
*
* @param display
* An ADLWidget that correspond a ADL Related Display Item.
* @param parentWidgetModel
* The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException
* Wrong ADL format or untreated parameter found.
* @param display An ADLWidget that correspond a ADL Related Display Item.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public RelatedDisplayItem(final ADLWidget display)
throws WrongADLFormatException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public abstract class WidgetPart {
* The default constructor.
*
* @param widgetPart An ADLWidget that correspond to the Child Widget Part.
* @param parentWidgetModel The Widget that set the parameter from ADLWidget.
* @throws WrongADLFormatException Wrong ADL format or untreated parameter found.
*/
public WidgetPart(final ADLWidget widgetPart) throws WrongADLFormatException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ public LinearMeterScale(PlotPartListener listener,
}

/** Configure scale layout
* @param
* @param p1x
* @param p1y
* @param s
*/
public void configure(int p1x, int p1y, double s)
{
Expand Down

0 comments on commit d917f25

Please sign in to comment.