Author: simoneg
Date: Wed Dec 9 15:27:04 2009
New Revision: 888833
URL: http://svn.apache.org/viewvc?rev=888833&view=rev
Log:
LABS-352: html pieces
Modified:
labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj
Modified:
labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj?rev=888833&r1=888832&r2=888833&view=diff
==============================================================================
---
labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj
(original)
+++
labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj
Wed Dec 9 15:27:04 2009
@@ -46,7 +46,7 @@
return;
}
nativeType = property.getType().isPrimitive();
- HtmlOutputPiece<T> piece = property.getHtmlOutputPiece();
+ HtmlOutputPiece piece = property.getHtmlOutputPiece();
doreturn = piece.output(val);
/*
if (val instanceof String && property.getType().equals(String.class)) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]