0 / 60 seg.

What is the purpose of the following Java code snippet?

public void increaseCounter() {
   counter++;
}