diff dwtx/jface/text/projection/ProjectionMapping.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 26688fec6d23
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/jface/text/projection/ProjectionMapping.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/projection/ProjectionMapping.d	Sun Aug 24 22:35:05 2008 +0200
@@ -52,9 +52,9 @@
  */
 public class ProjectionMapping : IDocumentInformationMapping , IDocumentInformationMappingExtension, IDocumentInformationMappingExtension2, IMinimalMapping {
 
-    private static final int LEFT=  -1;
-    private static final int NONE=   0;
-    private static final int RIGHT= +1;
+    private static const int LEFT=  -1;
+    private static const int NONE=   0;
+    private static const int RIGHT= +1;
 
     /** The master document */
     private IDocument fMasterDocument;