Oh, ignore my previous message. Noticed I couldn't find the https URL for commons-bcel in git, so had a better look at the commits and realized [bcel] is still using Subversion, but mirroring commits on git.
Sorry for the noise. Bruno ----- Original Message ----- > From: Bruno P. Kinoshita <[email protected]> > To: "[email protected]" <[email protected]> > Sent: Tuesday, 11 October 2016 9:18 AM > Subject: Re: svn commit: r1764173 - > /commons/proper/bcel/trunk/src/site/xdoc/manual/jvm.xml > > Just noticed [bcel] is using git. Committing to git now. Wonder if I have to > revert these commits to Subversion? > > Cheers > Bruno > > > > > >> ________________________________ > >> From: "[email protected]" <[email protected]> >> To: [email protected] >> Sent: Tuesday, 11 October 2016 9:04 AM >> Subject: svn commit: r1764173 - > /commons/proper/bcel/trunk/src/site/xdoc/manual/jvm.xml >> >> >> Author: kinow >> Date: Mon Oct 10 20:03:58 2016 >> New Revision: 1764173 >> >> URL: http://svn.apache.org/viewvc?rev=1764173&view=rev >> Log: >> Trivial typos >> >> Modified: >> commons/proper/bcel/trunk/src/site/xdoc/manual/jvm.xml >> >> Modified: commons/proper/bcel/trunk/src/site/xdoc/manual/jvm.xml >> URL: > http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/xdoc/manual/jvm.xml?rev=1764173&r1=1764172&r2=1764173&view=diff >> ============================================================================== >> --- commons/proper/bcel/trunk/src/site/xdoc/manual/jvm.xml (original) >> +++ commons/proper/bcel/trunk/src/site/xdoc/manual/jvm.xml Mon Oct 10 > 20:03:58 2016 >> @@ -137,7 +137,7 @@ >> <tt>ldc</tt> ("Load constant") pushes a > reference to the string >> "Hello world" on the stack. The next instruction invokes > the >> instance method <tt>println</tt> which takes both > values as >> - parameters (Instance methods always implicitly take an instance >> + parameters (instance methods always implicitly take an instance >> reference as their first argument). >> </p> >> >> @@ -469,7 +469,7 @@ public class Factorial { >> >> <p><b>readInt():</b> First the local variable > <tt>n</tt> (at index 0) >> is initialized to the value 4711. The next instruction, >> - <tt>getstatic</tt>, loads the referencs held by the > static >> + <tt>getstatic</tt>, loads the references held by the > static >> <tt>System.out</tt> field onto the stack. Then a string > is loaded >> and printed, a number read from the standard input and assigned to >> <tt>n</tt>. >> >> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
