You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/12/09 14:35:52 UTC

[juneau] branch master updated (aa8b7a6 -> c97c2a3)

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

jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git.


    from aa8b7a6  Javadocs
     add b4b619d  adding Final comments for Json serializer examples
     add 9d3243f  adding Final comments for RdfXML serializer examples
     add 49ac266  adding Final comments for XML serializer examples
     add 341de71  adding Final comments for Pojo and Pojo complex classes
     add ea5ff0b  removing unused imports
     new c97c2a3  Merge pull request #29 from Akayeshmantha/JUNEAU-93

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/juneau/examples/core/json/JsonComplexExample.java  | 6 +++---
 .../org/apache/juneau/examples/core/json/JsonSimpleExample.java   | 4 ++--
 .../src/main/java/org/apache/juneau/examples/core/pojo/Pojo.java  | 2 +-
 .../java/org/apache/juneau/examples/core/pojo/PojoComplex.java    | 3 +--
 .../org/apache/juneau/examples/core/rdf/RdfComplexExample.java    | 5 ++++-
 .../main/java/org/apache/juneau/examples/core/rdf/RdfExample.java | 5 ++---
 .../org/apache/juneau/examples/core/xml/XmlComplexExample.java    | 7 +++----
 .../org/apache/juneau/examples/core/xml/XmlSimpleExample.java     | 8 ++++----
 8 files changed, 20 insertions(+), 20 deletions(-)


[juneau] 01/01: Merge pull request #29 from Akayeshmantha/JUNEAU-93

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit c97c2a3ff3b582e0379dd78c92b98d3e6097e00b
Merge: aa8b7a6 ea5ff0b
Author: James Bognar <ja...@apache.org>
AuthorDate: Sun Dec 9 09:35:48 2018 -0500

    Merge pull request #29 from Akayeshmantha/JUNEAU-93
    
    Modifying comments on core samples

 .../org/apache/juneau/examples/core/json/JsonComplexExample.java  | 6 +++---
 .../org/apache/juneau/examples/core/json/JsonSimpleExample.java   | 4 ++--
 .../src/main/java/org/apache/juneau/examples/core/pojo/Pojo.java  | 2 +-
 .../java/org/apache/juneau/examples/core/pojo/PojoComplex.java    | 3 +--
 .../org/apache/juneau/examples/core/rdf/RdfComplexExample.java    | 5 ++++-
 .../main/java/org/apache/juneau/examples/core/rdf/RdfExample.java | 5 ++---
 .../org/apache/juneau/examples/core/xml/XmlComplexExample.java    | 7 +++----
 .../org/apache/juneau/examples/core/xml/XmlSimpleExample.java     | 8 ++++----
 8 files changed, 20 insertions(+), 20 deletions(-)