Dear Eranda,
thanks for point us the typo; I've just fixed it with r1505777:
http://svn.apache.org/r1505777
If you want, you can also provide a patch with the fixes/improvements
you consider relevant. You can find the source code with the web site
and the documentation at:
https://svn.apache.org/repos/asf/incubator/marmotta/site/trunk
Thanks so much.
Cheers,
On 22/07/13 20:24, Eranda Sooriyabandara wrote:
Hi Devs,
Again in [1], in Code Usage section KiWiStore is miss-typed as KiWistore
and the instance name is missing.
KiWistore = new KiWiStore("test",jdbcUrl,jdbcUser,jdbcPass,dialect,
"http://localhost/context/default",
"http://localhost/context/inferred");
KiWiTransactionalSail tsail = new KiWiTransactionalSail(store);
Should be,
KiWiStore store = new
KiWiStore("test",jdbcUrl,jdbcUser,jdbcPass,dialect,
"http://localhost/context/default",
"http://localhost/context/inferred");
KiWiTransactionalSail tsail = new KiWiTransactionalSail(store);
thanks
Eranda
[1]. http://marmotta.incubator.apache.org/kiwi/reasoner.html
On Sun, Jul 21, 2013 at 2:31 PM, Eranda Sooriyabandara <
[email protected]> wrote:
Hi Devs,
This may be a small thing but feels the docs may better without spell
mistakes.
In Sesame Façading [1],
"Sesame Façading llows using annotated Java interfaces (façades) to access
an underlying Sesame repository, in a similar to JPA."
allows is misspelled as llows.
thanks
Eranda
[1]. http://marmotta.incubator.apache.org/sesame.html
--
*Eranda Sooriyabandara*
E-mail: eranda.sooriyabandara AT gmail.com
Mobile: +94 716 472 816
Linked-In: http://www.linkedin.com/in/erandasooriyabandara
Blog: http://emsooriyabandara.blogspot.com/
--
Sergio Fernández