~ubuntu-branches/ubuntu/jaunty/aspectj/jaunty

« back to all changes in this revision

Viewing changes to org.aspectj/modules/tests/multiIncremental/inpathTesting/newInpathClass/InpathClass.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch, Michael Koch, Thomas Girard, Mark Howard
  • Date: 2008-01-05 23:31:47 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080105233147-r425rd8nymruj6fk
Tags: 1.5.4-1
[ Michael Koch ]
* New upstream version. Closes: #459363
* Updated Standards-Version to 3.7.3.
* Added myself to Uploaders.

[ Thomas Girard ]
* Add Homepage: control field, and convert XS-Vcs-* to Vcs-*.

[ Mark Howard ]
* debian/watch: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package pkg;
 
2
 
 
3
public class InpathClass {
 
4
 
 
5
        public void boo() {
 
6
                
 
7
        }
 
8
        
 
9
        public void goo() {
 
10
                
 
11
        }
 
12
        
 
13
}
 
 
b'\\ No newline at end of file'