Compare commits

..

No commits in common. "c3a9b9a7d68b3f0e1f0776c8871923f0f88d6804" and "6e707cc7ed42177758d8c53910063e4bb86895ca" have entirely different histories.

View File

@ -1,11 +0,0 @@
class Example {
int i;
boolean b;
char c;
}
class Example2 {
int i;
boolean j;
}