1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +02:00

Add missing package-info descriptions.

This commit is contained in:
Paul Schaub 2018-02-21 16:47:11 +01:00
parent ec95bd4422
commit 9f47daa7ad
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
145 changed files with 148 additions and 144 deletions

View file

@ -16,6 +16,6 @@
*/
/**
* TODO describe me.
* Java7 related classes.
*/
package org.jivesoftware.smack.java7;

View file

@ -16,6 +16,6 @@
*/
/**
* TODO describe me.
* Java7 related classes for Smacks Base64 implementation.
*/
package org.jivesoftware.smack.util.stringencoder.java7;

View file

@ -16,6 +16,6 @@
*/
/**
* TODO describe me.
* Java7 related classes for Smacks StringEncoder.
*/
package org.jivesoftware.smack.util.stringencoder;