Skip to content

Commit

Permalink
Fixed package issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jachoi committed Dec 9, 2011
1 parent fb015a1 commit 1dd9e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/src/blackberry/web/widget/policy/WidgetPolicy.java
Expand Up @@ -13,15 +13,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package blackberry.web.widget2743472eaea143320a3fee8b4e6f6epackage.policy;
package blackberry.web.widget.policy;

import java.util.Hashtable;

import net.rim.device.api.io.MalformedURIException;
import net.rim.device.api.io.URI;
import net.rim.device.api.web.WidgetAccess;

import blackberry.web.widget2743472eaea143320a3fee8b4e6f6epackage.util.WidgetUtil;
import blackberry.web.widget.util.WidgetUtil;

/**
*
Expand Down

0 comments on commit 1dd9e83

Please sign in to comment.