mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
Added missing Javadocs for Java 21
This commit is contained in:
@@ -13,6 +13,13 @@ import java.util.Properties;
|
||||
* @version 2015-05-05
|
||||
*/
|
||||
public class Property {
|
||||
|
||||
/**
|
||||
* Constructs a new Property object.
|
||||
*/
|
||||
public Property() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts a property file object into a JSONObject. The property file object is a table of name value pairs.
|
||||
* @param properties java.util.Properties
|
||||
|
||||
Reference in New Issue
Block a user