While preparing Felix Utils for the release the release:prepare process failed because some of the JavaDoc is missing. I was able to fix some of it up but wasn't really sure about these ones below. @gnodet/@jbonofre since you are marked as authors of the Properties class you might have an idea?
[INFO] [ERROR] /Users/David/checkouts/felix/utils/src/main/java/org/apache/felix/utils/properties/Properties.java:458: warning: no @param for maybeTyped [INFO] [ERROR] protected void loadLayout(Reader in, boolean maybeTyped) throws IOException [INFO] [ERROR] ^ [INFO] [ERROR] /Users/David/checkouts/felix/utils/src/main/java/org/apache/felix/utils/properties/Properties.java:511: warning: no @param for typed [INFO] [ERROR] protected void saveLayout(Writer out, boolean typed) throws IOException [INFO] [ERROR] ^ [INFO] [ERROR] /Users/David/checkouts/felix/utils/src/main/java/org/apache/felix/utils/properties/Properties.java:876: warning: no @param for maybeTyped [INFO] [ERROR] public PropertiesReader(Reader reader, boolean maybeTyped) [INFO] [ERROR] ^ [INFO] [ERROR] /Users/David/checkouts/felix/utils/src/main/java/org/apache/felix/utils/properties/Properties.java:1167: warning: no @param for typed [INFO] [ERROR] public PropertiesWriter(Writer writer, boolean typed) [INFO] [ERROR] ^ Best regards, David On 30 April 2018 at 14:15, David Bosschaert <[email protected]> wrote: > Hi all, > > Quite a bit of work went into the Felix Utils component recently. I would > like to start releasing Felix Utils 1.11.0 soon. > > If anyone would like to add anything into this release please speak up. > Otherwise I'll start preparing the release on Wednesday morning May 2nd. > > Best regards, > > David >
