Skip to content

Commit

Permalink
Remove duplicated words in Javadoc comments (#9056)
Browse files Browse the repository at this point in the history
chore: remove repetitive words

Signed-off-by: veryyet <zhengxingru@outlook.com>
  • Loading branch information
Smith Chang committed Mar 21, 2024
1 parent 00fce5a commit 50269ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Expand Up @@ -102,7 +102,7 @@ public boolean isUseAgentRootDir() {
/**
* Check if startup should fail if the workdir is missing.
*
* @return {@code true} if Remoting should fail if the the work directory is missing instead of creating it
* @return {@code true} if Remoting should fail if the work directory is missing instead of creating it
*/
public boolean isFailIfWorkDirIsMissing() {
return failIfWorkDirIsMissing;
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/webapp/scripts/yui/dragdrop/dragdrop-debug.js
Expand Up @@ -245,7 +245,7 @@ YAHOO.util.DragDropMgr = function() {
locked: false,

/**
* Provides additional information about the the current set of
* Provides additional information about the current set of
* interactions. Can be accessed from the event handlers. It
* contains the following properties:
*
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/webapp/scripts/yui/editor/editor-debug.js
Expand Up @@ -955,7 +955,7 @@ var Dom = YAHOO.util.Dom,

/**
* @attribute collapse
* @description Boolean indicating if the the titlebar should have a collapse button.
* @description Boolean indicating if the titlebar should have a collapse button.
* The collapse button will not remove the toolbar, it will minimize it to the titlebar
* @default false
* @type Boolean
Expand Down
Expand Up @@ -955,7 +955,7 @@ var Dom = YAHOO.util.Dom,

/**
* @attribute collapse
* @description Boolean indicating if the the titlebar should have a collapse button.
* @description Boolean indicating if the titlebar should have a collapse button.
* The collapse button will not remove the toolbar, it will minimize it to the titlebar
* @default false
* @type Boolean
Expand Down
4 changes: 2 additions & 2 deletions war/src/main/webapp/scripts/yui/menu/menu-debug.js
Expand Up @@ -2365,7 +2365,7 @@ _subscribeToItemEvents: function (p_oItem) {

/**
* @method _onVisibleChange
* @description Change event handler for the the menu's "visible" configuration
* @description Change event handler for the menu's "visible" configuration
* property.
* @private
* @param {String} p_sType String representing the name of the event that
Expand Down Expand Up @@ -4818,7 +4818,7 @@ _setScrollHeight: function (p_nScrollHeight) {


/*
Only clear the the "width" configuration property if it was set the
Only clear the "width" configuration property if it was set the
"_setScrollHeight" method and wasn't changed by some other means after it was set.
*/

Expand Down
2 changes: 1 addition & 1 deletion war/src/main/webapp/scripts/yui/yahoo/yahoo-debug.js
Expand Up @@ -129,7 +129,7 @@ YAHOO.namespace = function() {
* @param {HTML} cat The log category for the message. Default
* categories are "info", "warn", "error", time".
* Custom categories can be used as well. (opt)
* @param {HTML} src The source of the the message (opt)
* @param {HTML} src The source of the message (opt)
* @return {Boolean} True if the log operation was successful.
*/
YAHOO.log = function(msg, cat, src) {
Expand Down

0 comments on commit 50269ca

Please sign in to comment.