| commit | 4bedaf5819036276de95d90671b17ff5ce7665e5 | [log] [tgz] |
|---|---|---|
| author | Roger Howell <MysterAitch@users.noreply.github.com> | Mon Apr 05 23:41:39 2021 +0100 |
| committer | Roger Howell <MysterAitch@users.noreply.github.com> | Mon Apr 05 23:41:39 2021 +0100 |
| tree | 51dc55f19775905ccaef45859acec424828b6876 | |
| parent | 1978a1ef164d650bbd8cfc8e620528fef682a02b [diff] |
added note in documentation to warn that the implementation of record is subject to change
diff --git a/javaparser-core/src/main/java/com/github/javaparser/ast/body/RecordDeclaration.java b/javaparser-core/src/main/java/com/github/javaparser/ast/body/RecordDeclaration.java index 7617d69..744f23d 100644 --- a/javaparser-core/src/main/java/com/github/javaparser/ast/body/RecordDeclaration.java +++ b/javaparser-core/src/main/java/com/github/javaparser/ast/body/RecordDeclaration.java
@@ -51,6 +51,7 @@ /** * <h1>The record declaration</h1> + * <strong>WARNING: This implementation is subject to change.</strong> * * <h2>Java 1.0 to 13</h2> * Not available.
diff --git a/javaparser-core/src/main/java/com/github/javaparser/ast/body/RecordDeclarationConstructor.java b/javaparser-core/src/main/java/com/github/javaparser/ast/body/RecordDeclarationConstructor.java index d436b82..a0991ea 100644 --- a/javaparser-core/src/main/java/com/github/javaparser/ast/body/RecordDeclarationConstructor.java +++ b/javaparser-core/src/main/java/com/github/javaparser/ast/body/RecordDeclarationConstructor.java
@@ -52,6 +52,8 @@ /** * <h1>The record declaration's constructor</h1> + * <strong>WARNING: This implementation is subject to change.</strong> + * * <h2>Java 1.0 to 13</h2> * Not available. * <br>