X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=sandbox%2Fargeo.slc.executionflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecutionflow%2FExecutionSpecAttribute.java;h=9e293aebeefb54fd7355ce06a437d86090ecd8f4;hb=d219191bc5879dc486e21d1ae05fc1d82a1ef5a5;hp=de81c1ac879262526ef23ee7096e9cc0aad39a1c;hpb=fd419cbd85435070ee575b4cf71f74be011d4282;p=gpl%2Fargeo-slc.git diff --git a/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionSpecAttribute.java b/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionSpecAttribute.java index de81c1ac8..9e293aebe 100644 --- a/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionSpecAttribute.java +++ b/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionSpecAttribute.java @@ -1,5 +1,5 @@ package org.argeo.slc.executionflow; -public interface ExecutionSpecAttribute { - public T getValue(); +public interface ExecutionSpecAttribute { + public Object getValue(); }