Skip to content

Commit

Permalink
formatting and javadoc improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jun 19, 2016
1 parent aa7ab87 commit 5f6a22f
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.wyona.yanel.impl.resources.node;

import org.wyona.yanel.core.Resource;
Expand Down Expand Up @@ -577,7 +576,7 @@ public String getMimeTypeBySuffix(String suffix) {
}

/**
*
* @see org.wyona.yanel.core.api.attributes.WorkflowableV1#getWorkflowIntrospection()
*/
public String getWorkflowIntrospection() throws WorkflowException {
return WorkflowHelper.getWorkflowIntrospection(this);
Expand Down

0 comments on commit 5f6a22f

Please sign in to comment.