Sign in
eclipse
/
oomph
/
org.eclipse.oomph
/
ece3471f6ded1e4e8742cd9e708d3eaee5fc6aac
/
.
/
plugins
/
org.eclipse.oomph.p2.core
/
templates
/
Skeleton.java
blob: d221b4b9d2db566b1ccb9e7f0fc1daf724b82c83 [
file
]
@SuppressWarnings
(
"nls"
)
public
class
SKELETON_CLASS
{
public
String
generate
(
Object
argument
)
{
return
""
;
}
}