Skip to content

Commit

Permalink
[FLINK-7704] [hotfix] [flip6] Fix JobPlanInfoTest package path
Browse files Browse the repository at this point in the history
This closes apache#4978.
  • Loading branch information
yew1eb authored and tillrohrmann committed Nov 9, 2017
1 parent 989c779 commit 5516533
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
* limitations under the License.
*/

package org.apache.flink.runtime.rest.handler.legacy.messages;
package org.apache.flink.runtime.rest.messages;

import org.apache.flink.api.common.JobID;
import org.apache.flink.runtime.rest.messages.JobPlanInfo;
import org.apache.flink.runtime.rest.messages.RestResponseMarshallingTestBase;

/**
* Tests that the {@link JobPlanInfo} can be marshalled and unmarshalled.
Expand Down

0 comments on commit 5516533

Please sign in to comment.