Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Oct 1, 2015
1 parent 04850af commit 75a0c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/src/org/tangram/components/editor/EditingHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,10 @@ public TargetDescriptor contentExport(@ActionParameter(value = "classes") String


/**
* Small helper method to heep areas with suppressed warnings small.
* Small helper method to keep areas with suppressed warnings small.
*
* @param contents
* @return
* @return type casted input parameter
*/
@SuppressWarnings("unchecked")
private List<Content> convertList(Object contents) {
Expand Down

0 comments on commit 75a0c3d

Please sign in to comment.