[
https://issues.apache.org/jira/browse/GORA-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732017#comment-14732017
]
ASF GitHub Bot commented on GORA-436:
-------------------------------------
GitHub user kamaci reopened a pull request:
https://github.com/apache/gora/pull/41
GORA-436 Improve Source Code as Java 7 Compatible
Java 7 changes and improvements including diamond operators, automatic
resource handling, unnecessary boxing, collapsing exceptions, and iterations.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kamaci/gora master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/41.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #41
----
commit f681764a1b3fb9daeac57266418a874794d22809
Author: Furkan KAMACI <[email protected]>
Date: 2015-09-05T15:45:33Z
Java 7 changes and improvements including diamond operators, automatic
resource handling, unnecessary boxing, collapsing exceptions, and iterations.
----
> Improve Source Code as Java 7 Compatible
> ----------------------------------------
>
> Key: GORA-436
> URL: https://issues.apache.org/jira/browse/GORA-436
> Project: Apache Gora
> Issue Type: Improvement
> Reporter: Furkan KAMACI
> Priority: Minor
> Fix For: 0.6.1
>
>
> Improvements for diamond operators, automatic resource handling, exception
> collapsing and iterations. These changes will make source code more
> understandable and readable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)