openamf/src/java/org/openamf/util OpenAMFUtils.java,1.3,1.4 XMLUtils.java,1.1,1.2

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/util
In directory sc8-pr-cvs1:/tmp/cvs-serv3771

Modified Files:
	OpenAMFUtils.java XMLUtils.java 
Log Message:
constructor is now private; added javadocs

Index: OpenAMFUtils.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/util/OpenAMFUtils.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** OpenAMFUtils.java	16 Jul 2003 17:10:37 -0000	1.3
--- OpenAMFUtils.java	3 Aug 2003 19:38:32 -0000	1.4
***************
*** 12,18 ****
  import com.carbonfive.flash.decoder.DecoderFactory;
  
! public class OpenAMFUtils {
  
  	private static final Log log = LogFactory.getLog(OpenAMFUtils.class);
  
  	public static Object decodeParameter(Object parameter, Class parameterType) {
--- 12,28 ----
  import com.carbonfive.flash.decoder.DecoderFactory;
  
! /**
!  * 
!  *
!  * @see XMLUtils
!  *
!  */
! public final class OpenAMFUtils {
  
  	private static final Log log = LogFactory.getLog(OpenAMFUtils.class);
+ 
+ 	private OpenAMFUtils() {
+ 		// this constructor is intentionally private
+ 	}
  
  	public static Object decodeParameter(Object parameter, Class parameterType) {

Index: XMLUtils.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/util/XMLUtils.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** XMLUtils.java	2 May 2003 18:20:07 -0000	1.1
--- XMLUtils.java	3 Aug 2003 19:38:32 -0000	1.2
***************
*** 6,10 ****
  import org.w3c.dom.NodeList;
  
! public class XMLUtils {
  
  	public static String convertDOMToString(Node node) {
--- 6,19 ----
  import org.w3c.dom.NodeList;
  
! /**
!  *  
!  * @see OpenAMFUtils
!  *
!  */
! public final class XMLUtils {
! 
! 	private XMLUtils() {
! 		// this constructor is intentionally private
! 	}
  
  	public static String convertDOMToString(Node node) {




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.