kinow commented on a change in pull request #23:
URL: https://github.com/apache/sis/pull/23#discussion_r656941302
##########
File path:
core/sis-feature/src/main/java/org/apache/sis/filter/LeafExpression.java
##########
@@ -248,13 +159,38 @@ public PropertyTypeBuilder expectedType(FeatureType
ignored, final FeatureTypeBu
* Invoked when a new attribute type need to be created for the given
standard type.
* The given standard type should be a GeoAPI interface, not the
implementation class.
*/
- private static <T> AttributeType<T> newType(final Class<T>
standardType) {
+ private static <R> AttributeType<R> newType(final Class<R>
standardType) {
return createType(standardType, Names.createLocalName(null, null,
"Literal"));
}
+ }
+
+
+
+
Review comment:
No strong opinion either, just pointed in case it was unintentional :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]