Skip to content

Commit

Permalink
Fix 2 package declarations in test data
Browse files Browse the repository at this point in the history
that were missed by the automated refactoring.

DELTA=2 (0 added, 0 deleted, 2 changed)
DELTA_BY_EXTENSION=java=2
RELNOTES:
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=119866123
  • Loading branch information
gk5885 authored and cushon committed Apr 25, 2016
1 parent 7436931 commit 5b7cb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.google.errorprone.bugpatterns;
package com.google.errorprone.bugpatterns.inject.testdata;

import com.google.inject.BindingAnnotation;
import com.google.inject.Inject;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.google.errorprone.bugpatterns;
package com.google.errorprone.bugpatterns.inject.testdata;

import com.google.inject.BindingAnnotation;

Expand Down

0 comments on commit 5b7cb15

Please sign in to comment.