Skip to content
Snippets Groups Projects
Commit 808907d0 authored by Jeff Yemin's avatar Jeff Yemin Committed by Robert J. Moore
Browse files

Changed visibility of static field from protected to private in final...

Changed visibility of static field from protected to private in final OptionsSupport class for MongoDB.
parent 6a0d00d7
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ import java.util.Properties;
public final class OptionsSupport {
/** Value for an unavailable property. */
protected static final String UNAVAILABLE = "n/a";
private static final String UNAVAILABLE = "n/a";
/**
* Updates the URL with the appropriate attributes if legacy properties are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment