Skip to content

Commit

Permalink
Remove bad comments
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
  • Loading branch information
jmle committed Jul 16, 2024
1 parent 01de63d commit 3c63081
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ type javaCondition struct {
Referenced referenceCondition `yaml:"referenced"`
}

// java.referenced:
// pattern: org.pepito.MiClase
// location: FIELD_DECLARATION
// annotated:
// pattern: org.home.MyAnnotation
// elements:
// - name: url
// value: ...

type referenceCondition struct {
Pattern string `yaml:"pattern"`
Location string `yaml:"location"`
Expand Down

0 comments on commit 3c63081

Please sign in to comment.