You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Kalle Korhonen (JIRA)" <ji...@apache.org> on 2009/08/24 18:42:59 UTC

[jira] Created: (SHIRO-87) Fix package name of package-info.java in shiro-core

Fix package name of package-info.java in shiro-core
---------------------------------------------------

                 Key: SHIRO-87
                 URL: https://issues.apache.org/jira/browse/SHIRO-87
             Project: Shiro
          Issue Type: Bug
          Components: Documentation
    Affects Versions: Incubation
         Environment: any
            Reporter: Kalle Korhonen
            Priority: Trivial
             Fix For: Incubation


Trivial patch - add to root of shiro-core:

Index: src/main/java/org/apache/shiro/package-info.java
===================================================================
--- src/main/java/org/apache/shiro/package-info.java	(revision 807073)
+++ src/main/java/org/apache/shiro/package-info.java	(working copy)
@@ -21,4 +21,4 @@
  * by applications, {@link org.apache.shiro.SecurityUtils SecurityUtils} and
  * {@link org.apache.shiro.ShiroException ShiroException}.
  */
-package org.shiro;
+package org.apache.shiro;


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHIRO-87) Fix package name of package-info.java in shiro-core

Posted by "Les Hazlewood (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHIRO-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Les Hazlewood resolved SHIRO-87.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Incubation)
                   1.0

Applied to rev. 807303.  Also changed 2 other locations where org.shiro occured.

> Fix package name of package-info.java in shiro-core
> ---------------------------------------------------
>
>                 Key: SHIRO-87
>                 URL: https://issues.apache.org/jira/browse/SHIRO-87
>             Project: Shiro
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: Incubation
>         Environment: any
>            Reporter: Kalle Korhonen
>            Priority: Trivial
>             Fix For: 1.0
>
>
> Trivial patch - add to root of shiro-core:
> Index: src/main/java/org/apache/shiro/package-info.java
> ===================================================================
> --- src/main/java/org/apache/shiro/package-info.java	(revision 807073)
> +++ src/main/java/org/apache/shiro/package-info.java	(working copy)
> @@ -21,4 +21,4 @@
>   * by applications, {@link org.apache.shiro.SecurityUtils SecurityUtils} and
>   * {@link org.apache.shiro.ShiroException ShiroException}.
>   */
> -package org.shiro;
> +package org.apache.shiro;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.