Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-studio
Commits
4c48b0c9
Commit
4c48b0c9
authored
Oct 24, 2014
by
Romain Bioteau
Browse files
generic builders
parent
6f79671c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.tests-utils/src/org/bonitasoft/studio/model/process/builders/DataBuilder.java
View file @
4c48b0c9
...
...
@@ -27,7 +27,7 @@ import org.bonitasoft.studio.model.process.ProcessFactory;
public
class
DataBuilder
<
T
extends
Data
,
B
extends
DataBuilder
<
T
,
B
>>
extends
ElementBuilder
<
T
,
B
>
{
@SuppressWarnings
(
"rawtypes"
)
public
static
DataBuilder
create
()
{
public
static
DataBuilder
<?,
?>
create
()
{
return
new
DataBuilder
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment