Sign in
bazel
/
rules_java
/
3257e83974066f089202562d28603e06b06d3831
/
.
/
test
/
testdata
/
MyLib.java
blob: 48428f1219b75d659acf376bffd1ef87e80fe198 [
file
] [
log
] [
blame
]
package
mypackage
;
/** A simple library for the http_jar test. */
public
class
MyLib
{
public
static
String
myStr
()
{
return
"my_string"
;
}
}