Commit af053320 authored by majorb.cadc's avatar majorb.cadc
Browse files

Made baseServiceURL protected

git-svn-id: https://opencadc.googlecode.com/svn/trunk@977 728ff76a-78ac-11de-a72b-d90af8dea425
parent 70fd5d8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class CredPrivateClient
    private static Logger LOGGER = Logger
            .getLogger(CredPrivateClient.class);

    private URL baseServiceURL;
    protected URL baseServiceURL;

    private CredPrivateClient instance;