You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/08/14 12:26:22 UTC

[commons-lang] branch master updated: (doc) Fix incorrect Javadoc description (#1093)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d4909fd8 (doc) Fix incorrect Javadoc description (#1093)
0d4909fd8 is described below

commit 0d4909fd86a7336f52db096286c849c0ab7fc40e
Author: Sung Ho Yoon <55...@users.noreply.github.com>
AuthorDate: Mon Aug 14 21:26:17 2023 +0900

    (doc) Fix incorrect Javadoc description (#1093)
---
 src/main/java/org/apache/commons/lang3/arch/Processor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/arch/Processor.java b/src/main/java/org/apache/commons/lang3/arch/Processor.java
index 0d3f835fa..555bf96c4 100644
--- a/src/main/java/org/apache/commons/lang3/arch/Processor.java
+++ b/src/main/java/org/apache/commons/lang3/arch/Processor.java
@@ -190,7 +190,7 @@ public class Processor {
     /**
      * Tests if {@link Processor} is type of Aarch64.
      *
-     * @return {@code true}, if {@link Processor} is {@link Type#X86}, else {@code false}.
+     * @return {@code true}, if {@link Processor} is {@link Type#AARCH_64}, else {@code false}.
      *
      * @since 3.13.0
      */