SOLR-1131: formatting - indent inner class

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-12-24 15:14:26 +00:00
parent 05237cf80f
commit 78c7dc3dbe

View File

@ -269,7 +269,7 @@ public class PointType extends CoordinateFieldType {
result = 31 * result + dimension;
return result;
}
}
}
}