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