Author: sevein
Date: Thu May  3 13:37:16 2012
New Revision: 11609

Log:
Cosmetic changes

Modified:
   branches/2.0/plugins/qtElasticSearchPlugin/lib/QubitMapping.class.php

Modified: branches/2.0/plugins/qtElasticSearchPlugin/lib/QubitMapping.class.php
==============================================================================
--- branches/2.0/plugins/qtElasticSearchPlugin/lib/QubitMapping.class.php       
Thu May  3 13:36:25 2012        (r11608)
+++ branches/2.0/plugins/qtElasticSearchPlugin/lib/QubitMapping.class.php       
Thu May  3 13:37:16 2012        (r11609)
@@ -29,12 +29,19 @@
 {
   public static function getI18nProperties()
   {
-    return array('sourceCulture' => array('type' => 'string', 'index' => 
'not_analyzed', 'include_in_all' => false),
-                 'i18n' => array('type' => 'object', 'include_in_root' => 
true, 'properties' => array(
-                   'culture' => array('type' => 'string', 'index' => 
'not_analyzed', 'include_in_all' => false),
-                   )
-                 )
-    );
+    return array(
+      'sourceCulture' => array(
+        'type' => 'string',
+        'index' => 'not_analyzed',
+        'include_in_all' => false),
+     'i18n' => array(
+      'type' => 'object',
+      'include_in_root' => true,
+      'properties' => array(
+        'culture' => array(
+          'type' => 'string',
+          'index' => 'not_analyzed',
+          'include_in_all' => false))));
   }
 
   public static function getI18nFields($class)

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to