diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-03 10:22:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-05 21:01:47 +0200 |
commit | 975866d5920e77b351408494855fa6759e716b72 (patch) | |
tree | a375db95ebc72d9321f78b91bd326d1dcfb0d122 /sfx2/qa | |
parent | bd0ed13efccc6db2e5db8412ae79709343503c60 (diff) |
Java cleanup, make package name match folder name
Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0
Diffstat (limited to 'sfx2/qa')
-rw-r--r-- | sfx2/qa/unoapi/Test.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/unoapi/Test.java b/sfx2/qa/unoapi/Test.java index b61698e95067..4b20ae0750db 100644 --- a/sfx2/qa/unoapi/Test.java +++ b/sfx2/qa/unoapi/Test.java @@ -16,7 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -package org.openoffice.sfx2.qa.unoapi; +package unoapi; import org.openoffice.Runner; import org.openoffice.test.OfficeConnection; |