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