Misc fixes/code cleanups
[core.git] / inc / classes / interfaces / database / class_Updateable.php
index 84b81ced9ec905026cda710dcdef65c3ad3a2d7d..57e34f2dc2a5ddcb71fdc3f7c7679383f8b931ea 100644 (file)
@@ -28,7 +28,6 @@ interface Updateable extends FrameworkInterface {
         * @param       $fieldName              Field to update
         * @param       $fieldValue             New value to store
         * @return      void
-        * @throws      DatabaseUpdateSupportException  If this class does not support database updates
         */
        function updateDatabaseField ($fieldName, $fieldValue);
 }