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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit d0ae6a13ddc1a8b90480c6e4dc7dc1e7fae46ead
Author: Benoit Tellier <[email protected]>
AuthorDate: Sun Apr 4 23:04:09 2021 +0700

    JAMES-2884 JMAP documentation: remove a useless notice
---
 server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown 
b/server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown
index 24848e5..07ab100 100644
--- a/server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown
+++ b/server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown
@@ -70,9 +70,6 @@ alphabetical character.
 
 ## The Int and UnsignedInt Data Types
 
-> :warning:
-> Implemented
-
 Where `Int` is given as a data type, it means an integer in the range -2^53+1 
<= value <= 2^53-1, the safe range for integers stored in a floating-point 
double, represented as a JSON `Number`.
 
 Where `UnsignedInt` is given as a data type, it means an `Int` where the value 
MUST be in the range 0 <= value <= 2^53-1.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to