You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/03/21 18:20:42 UTC

[maven-site] branch master updated: fixed point is not the same as integer

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d1b1343  fixed point is not the same as integer
d1b1343 is described below

commit d1b13431ca6393ed0e678a84288417ad4539b3d8
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Mar 20 13:16:46 2019 -0400

    fixed point is not the same as integer
---
 content/apt/guides/plugin/guide-java-plugin-development.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/plugin/guide-java-plugin-development.apt b/content/apt/guides/plugin/guide-java-plugin-development.apt
index 7e3d86b..24781f8 100644
--- a/content/apt/guides/plugin/guide-java-plugin-development.apt
+++ b/content/apt/guides/plugin/guide-java-plugin-development.apt
@@ -382,7 +382,7 @@ mvn archetype:generate \
 <myBoolean>true</myBoolean>
 +-----+
 
-*** Fixed-Point Numbers
+*** Integer Numbers
 
   This includes variables typed <<<byte>>>, <<<Byte>>>, <<<int>>>,
   <<<Integer>>>, <<<long>>>, <<<Long>>>, <<<short>>>, and <<<Short>>>.  When