aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jarjar/jarjar-testdata/src/main/java/org/anarres/jarjar/testdata/pkg3/Cls3.java
blob: 637e0a17fea604c0863e7f05fa0f8896916796c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package org.anarres.jarjar.testdata.pkg3;

/**
 *
 * @author shevek
 */
public class Cls3 {

    public void m_d() {
    }

    public static void m_s() {
    }
}