|
From: <chr...@us...> - 2018-12-11 04:35:21
|
Revision: 213
http://sourceforge.net/p/andspidclient/code/213
Author: chris-trapani
Date: 2018-12-11 04:35:19 +0000 (Tue, 11 Dec 2018)
Log Message:
-----------
Creator.java edited online with Bitbucket
Modified Paths:
--------------
trunk/src/main/java/au/csiro/doiclient/business/Creator.java
Modified: trunk/src/main/java/au/csiro/doiclient/business/Creator.java
===================================================================
--- trunk/src/main/java/au/csiro/doiclient/business/Creator.java 2018-12-11 04:11:52 UTC (rev 212)
+++ trunk/src/main/java/au/csiro/doiclient/business/Creator.java 2018-12-11 04:35:19 UTC (rev 213)
@@ -40,6 +40,8 @@
* The first name
* @param lastName
* The last name
+ * @param nameType
+ * The name type, either Personal or Organizational
*/
public Creator(String firstName, String lastName, String nameType)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|