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/16 20:48:24 UTC

[juneau] branch master updated: Fix compilation warning.

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


The following commit(s) were added to refs/heads/master by this push:
     new 5594bd8  Fix compilation warning.
5594bd8 is described below

commit 5594bd8b697ed06768775b368edbb24ee78993a4
Author: JamesBognar <ja...@apache.org>
AuthorDate: Sun Dec 16 15:48:12 2018 -0500

    Fix compilation warning.
---
 .../src/main/java/org/apache/juneau/examples/core/dto/DtoExample.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/dto/DtoExample.java b/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/dto/DtoExample.java
index c0531ed..5ed93b5 100644
--- a/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/dto/DtoExample.java
+++ b/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/dto/DtoExample.java
@@ -35,6 +35,7 @@ public class DtoExample {
      * @param args
      * @throws Exception
      */
+	@SuppressWarnings("unused")
 	public static void main(String[] args) throws Exception {
 
         //Produces