[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[25294] jEdit/trunk/org/gjt/sp/jedit/syntax/Chunk.java
From:       kpouer--- via jEdit-CVS <jedit-cvs () lists ! sourceforge ! net>
Date:       2020-04-26 9:20:58
Message-ID: 1587892859.68097.9464 () sfp-scm-2 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

Revision: 25294
          http://sourceforge.net/p/jedit/svn/25294
Author:   kpouer
Date:     2020-04-26 09:20:58 +0000 (Sun, 26 Apr 2020)
Log Message:
-----------
fix coding style

Modified Paths:
--------------
    jEdit/trunk/org/gjt/sp/jedit/syntax/Chunk.java

Modified: jEdit/trunk/org/gjt/sp/jedit/syntax/Chunk.java
===================================================================
--- jEdit/trunk/org/gjt/sp/jedit/syntax/Chunk.java	2020-04-26 09:05:14 UTC (rev \
                25293)
+++ jEdit/trunk/org/gjt/sp/jedit/syntax/Chunk.java	2020-04-26 09:20:58 UTC (rev \
25294) @@ -651,7 +651,8 @@
 		// instance to the char array.
 		font.layoutGlyphVector(frc, EMPTY_TEXT, 0, 0, flags);
 
-		if ((result.getLayoutFlags() & GlyphVector.FLAG_COMPLEX_GLYPHS) != 0) {
+		if ((result.getLayoutFlags() & GlyphVector.FLAG_COMPLEX_GLYPHS) != 0)
+		{
 			result = font.createGlyphVector(frc, new String(text, start, end - start));
 		}
 
@@ -799,7 +800,7 @@
 		@Nullable
 		private Font rangeFont;
 		private int rangeLength;
-		private final ArrayList<GlyphVector> glyphs;
+		private final List<GlyphVector> glyphs;
 
 		private void addGlyphVectorOfLastRange()
 		{

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.



_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic