Author: reto
Date: Fri Mar 18 21:42:45 2011
New Revision: 1083079
URL: http://svn.apache.org/viewvc?rev=1083079&view=rev
Log:
CLEREZZA-388: fixed indentation
Modified:
incubator/clerezza/issues/CLEREZZA-388/rdf.cris/core/src/main/scala/org/apache/clerezza/rdf/cris/GraphIndexer.scala
Modified:
incubator/clerezza/issues/CLEREZZA-388/rdf.cris/core/src/main/scala/org/apache/clerezza/rdf/cris/GraphIndexer.scala
URL:
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-388/rdf.cris/core/src/main/scala/org/apache/clerezza/rdf/cris/GraphIndexer.scala?rev=1083079&r1=1083078&r2=1083079&view=diff
==============================================================================
---
incubator/clerezza/issues/CLEREZZA-388/rdf.cris/core/src/main/scala/org/apache/clerezza/rdf/cris/GraphIndexer.scala
(original)
+++
incubator/clerezza/issues/CLEREZZA-388/rdf.cris/core/src/main/scala/org/apache/clerezza/rdf/cris/GraphIndexer.scala
Fri Mar 18 21:42:45 2011
@@ -186,8 +186,8 @@ class GraphIndexer(definitionGraph: Trip
override def `match`(triple: Triple) = {
val predicate = triple.getPredicate
//check indirectly involved properties
- val vProperties = property2IncludingVProperty(predicate)
- vProperties.exists(vProperty => property2TypeMap.contains(vProperty))
+ val vProperties = property2IncludingVProperty(predicate)
+ vProperties.exists(vProperty =>
property2TypeMap.contains(vProperty))
}
})