Ignore:
Timestamp:
2007-06-25T19:13:48+02:00 (17 years ago)
Author:
christofd
Message:

made methods public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorActionDescription.java

    r2974 r3344  
    5858     * @return the actionClass
    5959     */
    60     private String getActionClass() {
     60    public String getActionClass() {
    6161        return this.actionClass;
    6262    }
     
    6464     * @param actionClass the actionClass to set
    6565     */
    66     private void setActionClass(String actionClass) {
     66    public void setActionClass(String actionClass) {
    6767        this.actionClass = actionClass;
    6868    }
     
    7070     * @return the params
    7171     */
    72     private List<String> getParameterList() {
     72    public List<String> getParameterList() {
    7373        return this.params;
    7474    }
     
    7676     * @param params the params to set
    7777     */
    78     private void setParameterList(List<String> params) {
     78    public void setParameterList(List<String> params) {
    7979        this.params = params;
    8080    }
Note: See TracChangeset for help on using the changeset viewer.