Difference between revisions of "Sandbox"
Raymi.gmx.ch (Talk | contribs) |
Raymi.gmx.ch (Talk | contribs) |
||
Line 19: | Line 19: | ||
− | <source lang="java" line=" | + | <source lang="java" line="0"> |
public class Foo { | public class Foo { | ||
public Foo(String aParameter) { | public Foo(String aParameter) { |
Revision as of 12:44, 28 February 2009
Create implementation for Foo |
Possible mentors: Erne, Bert |
Related Project: PDE |
Description: Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes. |
Further information |
<first> <second> <third> </third> </second> </first>
public class Foo {
public Foo(String aParameter) {
object.method(aParameter, 23);
}
}