[rfc][icedtea-web] include possibleOptions in docs

Jie Kang jkang at redhat.com
Thu Mar 12 13:55:42 UTC 2015



----- Original Message -----
> Hi!
> 
> Lukas' patch reminded to me that possibleValues slipped from original docs.
> 
> This small patch adds them.

Hello,

Patch looks good. One nit:


+            if ( v != null && v.getPossibleValues()!= null && !v.getPossibleValues().trim().isEmpty() ){
+                value = value + " ("+Translator.R("IWSpossible")+" "+v.getPossibleValues()+")";

Please fix the spacing in these two lines.


Everything else is fine.


Regards,

> 
> J.
> 

-- 

Jie Kang

OpenJDK Team - Software Engineering Intern


More information about the distro-pkg-dev mailing list