Review change.

This commit is contained in:
Oana Nechiforescu
2017-04-10 12:22:28 +03:00
parent 23516599ce
commit fd545669aa
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.alfresco.rest.core.oldAPI;
package org.alfresco.rest.core.v0;
import java.io.IOException;
import java.io.UnsupportedEncodingException;

View File

@@ -24,7 +24,7 @@
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.alfresco.rest.oldAPI;
package org.alfresco.rest.v0;
import java.text.MessageFormat;
import java.util.ArrayList;
@@ -32,7 +32,7 @@ import java.util.Arrays;
import java.util.List;
import org.alfresco.dataprep.AlfrescoHttpClientFactory;
import org.alfresco.rest.core.oldAPI.Base;
import org.alfresco.rest.core.v0.Base;
import org.apache.http.NameValuePair;
import org.apache.http.client.utils.URLEncodedUtils;
import org.apache.http.message.BasicNameValuePair;