Skip to content

Commit

Permalink
Make the opensource filegroup depend on compiled proto jars so we don…
Browse files Browse the repository at this point in the history
…'t have to manually regenerate java protos.

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=195467370
  • Loading branch information
epmjohnston authored and ronshapiro committed May 8, 2018
1 parent 342d17c commit 65efe1e
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2,711 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.errorprone.bugpatterns.testdata;

import com.google.errorprone.bugpatterns.proto.TestEnum;
import com.google.errorprone.bugpatterns.proto.ProtoTest.TestEnum;

/** Negative test cases for {@link ProtocolBufferOrdinal} check. */
public class ProtocolBufferOrdinalNegativeCases {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.errorprone.bugpatterns.testdata;

import com.google.errorprone.bugpatterns.proto.TestEnum;
import com.google.errorprone.bugpatterns.proto.ProtoTest.TestEnum;

/** Positive test cases for {@link ProtocolBufferOrdinal} check. */
public class ProtocolBufferOrdinalPositiveCases {
Expand Down
Loading

0 comments on commit 65efe1e

Please sign in to comment.