Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_java
/
ca03ec1ccd9347437ca3cfc2749c6a9cd51e1e93
/
.
/
test
/
testdata
/
MyLib.java
blob: 48428f1219b75d659acf376bffd1ef87e80fe198 [
file
]
package
mypackage
;
/** A simple library for the http_jar test. */
public
class
MyLib
{
public
static
String
myStr
()
{
return
"my_string"
;
}
}