jdk/src/share/classes/javax/net/ssl/TrustManagerFactorySpi.java
changeset 474 8fcc864c9258
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/share/classes/javax/net/ssl/TrustManagerFactorySpi.java	Fri Apr 11 03:33:22 2008 -0400
+++ b/jdk/src/share/classes/javax/net/ssl/TrustManagerFactorySpi.java	Fri Apr 11 03:43:18 2008 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2001 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1999-2008 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -74,6 +74,8 @@
     /**
      * Returns one trust manager for each type of trust material.
      *
+     * @throws IllegalStateException if the factory is not initialized.
+     *
      * @return the trust managers
      */
     protected abstract TrustManager[] engineGetTrustManagers();