lightcouch / LightCouch

CouchDB Java API
www.lightcouch.org
Apache License 2.0
67 stars 70 forks source link

Added space between method and URL #33

Closed seize-the-dave closed 10 years ago

seize-the-dave commented 10 years ago

Currently logs read like so:

GET/db/doc_id

This change makes logs appear like so:

GET /db/doc_id