[GitHub] jena pull request #178: Small optimization for writePrefixes()

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jena/pull/178


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jena pull request #178: Small optimization for writePrefixes()

2016-10-13 Thread OmarElabd
GitHub user OmarElabd opened a pull request:

https://github.com/apache/jena/pull/178

Small optimization for writePrefixes()

I made a small change to the N3JenaWriterCommon writePrefixes function so 
that it does not need to make a call from the hashmap.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/OmarElabd/jena master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jena/pull/178.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 #178


commit 84d99ae0689a1e833e54fb0a341a4a8107621657
Author: OmarElabd 
Date:   2016-10-14T03:30:51Z

modified writePrefixes so that it doesn't need to retrieve the value from 
the map




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---