> On Aug 21, 2015, at 3:46 PM, Henry Jen wrote:
>
> v7 is up, changes are
>
> - Add formfeed character(\u000c) as while space character
> - Support escape \f for formfeed character in quote
> - Update java help output to include @ and -Xdisable-@files
>
> http://cr.openjdk.java.net/~henryjen/j
I will be OOO from Aug 24th to Sept 7th. I will be checking Email
intermittently but I won't be online. Drop me a mail if you need
something from me.
Tristan
Belatedly, the
http://cr.openjdk.java.net/~jfranck/8073056/webrev.02/
webrev looks fine other than a missing space in a line of
AnnotationSuport.java:
208 }catch (Throwable t) { // from
InvocationHandler::invoke
Thanks,
-Joe
On 3/28/2015 3:24 AM, Joel Borggrén-Fra
v7 is up, changes are
- Add formfeed character(\u000c) as while space character
- Support escape \f for formfeed character in quote
- Update java help output to include @ and -Xdisable-@files
http://cr.openjdk.java.net/~henryjen/jdk9/8027634/v7/webrev/
Cheers,
Henry
> On Aug 18, 2015, at 11:00
Looks good, Lance.
Best,
Joe
On 8/21/2015 5:48 AM, Lance Andersen wrote:
Hi,
Here is a minor javadoc update for java.sql.Date.toLocalDate(). The ccc has
been approved.
Best
Lance
hg diff Date.java
diff -r 562b349a85da src/java.sql/share/classes/java/sql/Date.java
--- a/src/java.sql/share
Hi,
Here is a minor javadoc update for java.sql.Date.toLocalDate(). The ccc has
been approved.
Best
Lance
hg diff Date.java
diff -r 562b349a85da src/java.sql/share/classes/java/sql/Date.java
--- a/src/java.sql/share/classes/java/sql/Date.java Tue Aug 18 20:30:15
2015 -0700
+++ b/src/jav
Hi,
Here is a minor javadoc update for java.sql.Date.toLocalDate(). The ccc has
been approved.
Best
Lance
hg diff Date.java
diff -r 562b349a85da src/java.sql/share/classes/java/sql/Date.java
--- a/src/java.sql/share/classes/java/sql/Date.java Tue Aug 18 20:30:15
2015 -0700
+++ b/src/jav
Hi Alan,
yes, I know the error/exception handling is really bad here - it isn't
anywhere defined properly. In addition, although the code in JAX-B /
JAX-WS / SAAJ was most probably "developed" using cut&paste, it isn't
very consistent.
I tried to improve it a little bit, but I am not sure how