Update ActorHierarchyExperiments.java (#30032)

lack of semicolon in package keyword
This commit is contained in:
lmetrak 2021-02-15 10:57:22 +01:00 committed by GitHub
parent 7b3667a070
commit fd2be34aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ package jdocs.typed.tutorial_1;
/*
//#print-refs
package com.example
package com.example;
//#print-refs
*/