Removed line break (#108)

The table was broken, there's an extra row at the end which shouldn't exist.
diff --git a/source/about_jena/contributions.md b/source/about_jena/contributions.md
index 052b20e..46be95e 100644
--- a/source/about_jena/contributions.md
+++ b/source/about_jena/contributions.md
@@ -33,5 +33,4 @@
 Jenabean | Jenabean uses Jena's flexible RDF/OWL API to persist Java beans. | Apache 2.0 | Taylor Cowan and David Donohue | [Jenabean project page](http://code.google.com/p/jenabean/)
 Persistence Annotations 4 RDF | Persistence Annotation for RDF (PAR) is a set of annotations and an entity manager that provides JPA like functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PAR introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities. | Apache 2.0 | Claude Warren |  [PA4RDF at Sourceforge](https://sourceforge.net/projects/pa4rdf/)
 Semantic_Forms | Swiss army knife for data management and social networking. | open source | Jean-Marc Vanel | [Semantic_Forms](https://github.com/jmvanel/semantic_forms)
-JDBC 4 SPARQL | JDBC 4 SPARQL is a type 4 JDBC Driver that uses a SPARQL endpoint (or Jena Model) as the data store.  Presents graph data as relational data to tools that understand SQL and utilize JDBC| Apache 2.0 (Some components GNU LGPL V3.0) | Claude Warren | [jdbc4sparql at
-GitHub](https://github.com/Claudenw/jdbc4sparql)
+JDBC 4 SPARQL | JDBC 4 SPARQL is a type 4 JDBC Driver that uses a SPARQL endpoint (or Jena Model) as the data store.  Presents graph data as relational data to tools that understand SQL and utilize JDBC| Apache 2.0 (Some components GNU LGPL V3.0) | Claude Warren | [jdbc4sparql at GitHub](https://github.com/Claudenw/jdbc4sparql)