mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 21:25:34 +00:00
spelling: the
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
ec6bd3085a
commit
f9212ec124
@@ -700,7 +700,7 @@ public class FastAVM2List implements Collection<AVM2InstructionItem> {
|
||||
/**
|
||||
* Converts to array.
|
||||
*
|
||||
* @param a the array into which the elements of this collection are to be
|
||||
* @param the array into which the elements of this collection are to be
|
||||
* stored, if it is big enough; otherwise, a new array of the same runtime
|
||||
* type is allocated for this purpose.
|
||||
* @param <T> Type
|
||||
|
||||
@@ -880,7 +880,7 @@ public class FastActionList implements Collection<ActionItem> {
|
||||
/**
|
||||
* Converts the list to an array.
|
||||
*
|
||||
* @param a the array into which the elements of this collection are to be
|
||||
* @param the array into which the elements of this collection are to be
|
||||
* stored, if it is big enough; otherwise, a new array of the same runtime
|
||||
* type is allocated for this purpose.
|
||||
* @param <T> Type
|
||||
|
||||
@@ -196,7 +196,7 @@ public abstract class AbstractFileViewPanel<T> extends JCommandButtonPanel {
|
||||
* Sets the current entries to show. The current contents of the panel are
|
||||
* discarded. For each matching entry determined by the
|
||||
* {@link #toShowFile(StringValuePair)} call, a new {@link JCommandButton}
|
||||
* hosting an the matching implementation of {@link ResizableIcon} is added
|
||||
* hosting the matching implementation of {@link ResizableIcon} is added
|
||||
* to the panel.
|
||||
*
|
||||
* @param leafs
|
||||
|
||||
@@ -22,7 +22,7 @@ package javazoom.jl.decoder;
|
||||
|
||||
|
||||
/**
|
||||
* A Type-safe representation of the the supported output channel
|
||||
* A Type-safe representation of the supported output channel
|
||||
* constants.
|
||||
* <p>
|
||||
* This class is immutable and, hence, is thread safe.
|
||||
|
||||
@@ -22,7 +22,7 @@ import com.jpacker.strategies.DefaultReplacementStrategy;
|
||||
* ReplacementStrategy has been set, each {@link JPackerPattern} should have an
|
||||
* {@link Evaluator} object that'll evaluate a certain match of a pattern
|
||||
* expression and return a suitable replacement String. Commonly, after all
|
||||
* expressions have been added the the {@link JPackerParser} object, a one-line
|
||||
* expressions have been added the {@link JPackerParser} object, a one-line
|
||||
* String that contains all expressions is created by the {@link JPackerParser}
|
||||
* object using the {@link JPackerParser#getJPatterns()} method. In the
|
||||
* {@link #evaluate(Matcher, int)} method, the offset integer parameter
|
||||
|
||||
@@ -129,7 +129,7 @@ public class DefaultSyntaxKit extends DefaultEditorKit implements ViewFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a SyntaxComponent of the the given classname and installs
|
||||
* Creates a SyntaxComponent of the given classname and installs
|
||||
* it on the pane
|
||||
* @param pane
|
||||
* @param classname
|
||||
|
||||
@@ -224,11 +224,11 @@ public class SyntaxView extends PlainView {
|
||||
int x = (int) fx;
|
||||
int y = (int) fy;
|
||||
if (y < alloc.y) {
|
||||
// above the area covered by this icon, so the the position
|
||||
// above the area covered by this icon, so the position
|
||||
// is assumed to be the start of the coverage for this view.
|
||||
return getStartOffset();
|
||||
} else if (y > alloc.y + alloc.height) {
|
||||
// below the area covered by this icon, so the the position
|
||||
// below the area covered by this icon, so the position
|
||||
// is assumed to be the end of the coverage for this view.
|
||||
return getEndOffset() - 1;
|
||||
} else {
|
||||
|
||||
@@ -165,7 +165,7 @@ public class ActionUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the the Token at pos as a String
|
||||
* Returns the Token at pos as a String
|
||||
* @param doc
|
||||
* @param pos
|
||||
* @return
|
||||
|
||||
@@ -20,7 +20,7 @@ import jsyntaxpane.Token;
|
||||
import jsyntaxpane.TokenType;
|
||||
|
||||
/**
|
||||
* Completes an the Tag.
|
||||
* Completes the Tag.
|
||||
* @author Ayman Al-Sairafi
|
||||
*/
|
||||
public class XmlTagCompleteAction extends DefaultSyntaxAction {
|
||||
|
||||
@@ -109,7 +109,7 @@ public abstract class DefaultJFlexLexer implements Lexer {
|
||||
}
|
||||
|
||||
/**
|
||||
* This will be called to reset the the lexer.
|
||||
* This will be called to reset the lexer.
|
||||
* This is created automatically by JFlex.
|
||||
* @param reader
|
||||
*/
|
||||
|
||||
@@ -105,7 +105,7 @@ public interface TreeTableModel extends TreeModel
|
||||
Object getValueAt(Object node, int column);
|
||||
|
||||
/**
|
||||
* Indicates whether the the value for the given node in the
|
||||
* Indicates whether the value for the given node in the
|
||||
* specified column is editable
|
||||
*
|
||||
* @param node The node
|
||||
|
||||
Reference in New Issue
Block a user