public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/flute/files: 1.3-rename-enum.patch
@ 2014-07-07  7:03 Johann Schmitz (ercpe)
  0 siblings, 0 replies; only message in thread
From: Johann Schmitz (ercpe) @ 2014-07-07  7:03 UTC (permalink / raw
  To: gentoo-commits

ercpe       14/07/07 07:03:47

  Added:                1.3-rename-enum.patch
  Log:
  Fixed bug #515788; bumped to EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)

Revision  Changes    Path
1.1                  dev-java/flute/files/1.3-rename-enum.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/flute/files/1.3-rename-enum.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/flute/files/1.3-rename-enum.patch?rev=1.1&content-type=text/plain

Index: 1.3-rename-enum.patch
===================================================================
diff --git a/flute-1.3/org/w3c/flute/parser/Parser.java b/flute-1.3/org/w3c/flute/parser/Parser.java
index 3048834..55fec8b 100644
--- a/flute-1.3/org/w3c/flute/parser/Parser.java
+++ b/flute-1.3/org/w3c/flute/parser/Parser.java
@@ -3497,8 +3497,8 @@ Token language;
         jj_expentry[i] = jj_lasttokens[i];
       }
       boolean exists = false;
-      for (java.util.Enumeration enum = jj_expentries.elements(); enum.hasMoreElements();) {
-        int[] oldentry = (int[])(enum.nextElement());
+      for (java.util.Enumeration enumeration = jj_expentries.elements(); enumeration.hasMoreElements();) {
+        int[] oldentry = (int[])(enumeration.nextElement());
         if (oldentry.length == jj_expentry.length) {
           exists = true;
           for (int i = 0; i < jj_expentry.length; i++) {





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-07  7:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07  7:03 [gentoo-commits] gentoo-x86 commit in dev-java/flute/files: 1.3-rename-enum.patch Johann Schmitz (ercpe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox