My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
package com.beanie.example.list.classes;

public class Bike extends Vehicle {

public Bike(String name) {
super(name);
setGroup("Bikes");
}

}

Change log

r15 by coomar.101 on Sep 16, 2010   Diff
Initial Commit
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 167 bytes, 10 lines
Powered by Google Project Hosting