diff --git a/Moving from J to Namespace.md b/Moving from J to Namespace.md index 7fe211e..8f46021 100644 --- a/Moving from J to Namespace.md +++ b/Moving from J to Namespace.md @@ -8,9 +8,9 @@ Class map in J5: How to handle Classes that have no new counterparts like: -- Jerror -JError::raiseError() should be replaced with native exceptions. -JError::raiseWarning() and JError::raiseNotice should be replaced with calls to application's enqueueMessage() method to display warnings/notices. +- JError + - JError::raiseError() should be replaced with native exceptions. + - JError::raiseWarning() and JError::raiseNotice should be replaced with calls to application's enqueueMessage() method to display warnings/notices. -More info on backwars compatible issues: +More info on backwards compatible issues: [https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4] \ No newline at end of file