How bizarre. They're public here and I'm sure either they got committed, 
or you beat me to it....
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers



[EMAIL PROTECTED]
06/23/02 09:56 PM
Please respond to "Turbine Maven Developers List"


To
[EMAIL PROTECTED]
cc

bcc

Subject
cvs commit: jakarta-turbine-maven/src/java/org/apache/maven/plugin 
PluginManager.java



sbailliez    2002/06/23 04:56:34

  Modified:    src/java/org/apache/maven/plugin PluginManager.java
  Log:
  Switch method access to public rather than private, I cannot compile
  the PluginManagerTest and I assume these must not be protected
  nor package. Dion, please correct me if I'm wrong.
 
  Revision  Changes    Path
  1.3       +3 -3 
jakarta-turbine-maven/src/java/org/apache/maven/plugin/PluginManager.java
 
  Index: PluginManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/plugin/PluginManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PluginManager.java                 22 Jun 2002 18:06:31 -0000  1.2
  +++ PluginManager.java                 23 Jun 2002 11:56:34 -0000  1.3
  @@ -103,7 +103,7 @@
        *
        * @return Value of property remoteRepositories.
        */
  -    private List getRemoteRepositories()
  +    public List getRemoteRepositories()
       {
           return remoteRepositories;
       }
  @@ -113,7 +113,7 @@
        *
        * @param remoteRepositories New value of property 
remoteRepositories.
        */
  -    private void setRemoteRepositories(List remoteRepositories)
  +    public void setRemoteRepositories(List remoteRepositories)
       {
           this.remoteRepositories = remoteRepositories;
       }
 
 
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to