Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Make private what needn't be public
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kleppmann committed Jun 14, 2009
1 parent fc9f190 commit 21a7635
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ import org.codehaus.jettison.json.{JSONObject, JSONArray, JSONException}
*/
object NeoJsonConverter extends IteratorConverters {

val log = Logger.getLogger(this.getClass.getName)
private val log = Logger.getLogger(this.getClass.getName)

/**
* Serialises a Neo4j node into a JSON object of the following form:
Expand Down

0 comments on commit 21a7635

Please sign in to comment.